diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4533a5f..03653e9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v6.0.0 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 2b275f9..255948e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,13 +19,13 @@ jobs: steps: - name: Checkout if: ${{ github.event_name != 'pull_request_target' }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 - name: Checkout if: ${{ github.event_name == 'pull_request_target' }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }}