diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bb26d30..39405742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: bundler-cache: true - name: Label PR if: github.event.pull_request - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run Code Analysis