aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-format.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-format.yml')
-rw-r--r--.github/workflows/ci-format.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml
index a9eebf0663..73c8e7e50c 100644
--- a/.github/workflows/ci-format.yml
+++ b/.github/workflows/ci-format.yml
@@ -15,9 +15,9 @@ jobs:
format-check:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
+ - uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: ${{ env.SDK_VERSION }}