diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 246d003..eb604f1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,7 +10,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: go-version: '1.25' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c32ed6e..8fe47bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: lint: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: go-version: '1.25' @@ -20,7 +20,7 @@ jobs: needs: [ lint ] steps: - name: Check out code 🛒 - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Generate Release Notes 📝 if: github.ref_type == 'tag'