diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7aa4d844..5a017dac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: complement-internal: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 # Checkout complement + - uses: actions/checkout@v6 # Checkout complement - uses: actions/setup-go@v6 with: go-version-file: go.mod @@ -54,7 +54,7 @@ jobs: timeout: 10m steps: - - uses: actions/checkout@v3 # Checkout complement + - uses: actions/checkout@v6 # Checkout complement - uses: actions/setup-go@v6 with: