diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c837570e3..1003afd38a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: path: ${{ env.WORKING_DIR }} @@ -124,7 +124,7 @@ jobs: os: ['ubuntu-24.04', 'ubuntu-22.04'] steps: - name: Checkout the repo - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: path: ${{ env.WORKING_DIR }} @@ -217,7 +217,7 @@ jobs: go: ['1.24', '1.25'] steps: - name: Checkout the repo - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: path: ${{ env.WORKING_DIR }}