Update actions/checkout action to v6
renovate[bot] committed
Nov 20, 2025 at 18:05 UTC
54311ef8e367866bca8e32139996f8bde9849bd0
5 files changed
+8
-8
.github/workflows/ci.yml
+4
-4
@@ -21,7 +21,7 @@ jobs:
21
- ubuntu-22.04-arm
22
- macos-latest
23
steps:
24
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
24
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
25
with:
26
persist-credentials: false
27
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
@@ -43,7 +43,7 @@ jobs:
43
- pluto
44
- mimas
45
steps:
46
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
46
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
47
with:
48
persist-credentials: false
49
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
@@ -62,7 +62,7 @@ jobs:
62
- goofy-hopcroft
63
- staging-hydra
64
steps:
65
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
65
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
66
with:
67
persist-credentials: false
68
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
@@ -80,7 +80,7 @@ jobs:
80
- m1
81
- m2-large
82
steps:
83
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
83
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
84
with:
85
persist-credentials: false
86
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
.github/workflows/dns-apply.yml
+1
-1
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: true
19
steps:
20
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
20
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
19
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
69
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
70
with:
71
ref: ${{ steps.pr.outputs.head_ref }}
72
fetch-depth: 0
.github/workflows/zizmor.yml
+1
-1
@@ -22,7 +22,7 @@ jobs:
22
security-events: write
23
steps:
24
- name: Clone repository
25
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
25
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
26
with:
27
persist-credentials: false
28