Update actions/checkout action to v6.0.1
renovate[bot] committed
Dec 2, 2025 at 18:07 UTC
df5876bb0179e0665c95554555f20ada1c80619d
3 files changed
+3
-3
.github/workflows/dns-apply.yml
+1
-1
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: true
19
steps:
20
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21
with:
22
persist-credentials: false
23
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
.github/workflows/dns-preview.yml
+1
-1
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
steps:
19
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20
with:
21
persist-credentials: false
22
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
.github/workflows/format-pr.yml
+1
-1
@@ -66,7 +66,7 @@ jobs:
66
core.setOutput('head_sha', pr.data.head.sha);
67
68
- name: Checkout PR
69
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
69
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
70
with:
71
ref: ${{ steps.pr.outputs.head_ref }}
72
fetch-depth: 0