diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-11 13:06:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 13:06:47 -0600 |
| commit | c0be325b89cb441f8bb98751d174c351e6e1ea4e (patch) | |
| tree | 7e91d693cfa430a57d095e7079d7f1f4444a3371 /.github/workflows/ci-tests.yml | |
| parent | dea500b26bc1bbeae53e5da5903ae68bd92e79cb (diff) | |
Update actions/checkout action to v5 (#14631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci-tests.yml')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a5da77cfe..d840e52b1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -20,7 +20,7 @@ jobs: runs-on: "${{ matrix.os }}" steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 with: |
