diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec36e9dc3..81b742022 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 ref: ${{ github.event.inputs.tag || github.ref }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0fcc7fd13..b8f8ffd77 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: with: go-version: '1.24.10' cache: false - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index dc03e06e0..6bb95fb86 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -14,7 +14,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Proto format run: make check-proto-format