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 6a5850edd1..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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- - uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
+ - uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: ${{ env.SDK_VERSION }}