diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-06-18 15:50:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-18 15:50:57 +0000 |
| commit | 528593efbf04e4ba956a9a3e8b6ee0d15b3cb856 (patch) | |
| tree | c2435a3f581bc3308796f577c959fbf90560f48f /.github/workflows/ci-format.yml | |
| parent | 308981cc0d33e679b13eced4b3a86ee04af6b194 (diff) | |
Update actions/checkout action to v7
Diffstat (limited to '.github/workflows/ci-format.yml')
| -rw-r--r-- | .github/workflows/ci-format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index a9eebf0663..4c4680fa29 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -15,7 +15,7 @@ jobs: format-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 with: |
