Skip to content

Commit 8283e9c

Browse files
authored
Merge pull request #1984 from sigprof/dependabot/github_actions/actions/checkout-6.0.1
2 parents 5070bc0 + b4e0ff8 commit 8283e9c

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/auto-update-flake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix: ${{ steps.generate_matrix.outputs.matrix }}
2424
steps:
2525
- name: Checkout
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727

2828
- name: Install Nix
2929
uses: cachix/[email protected]
@@ -49,7 +49,7 @@ jobs:
4949
automerge: ${{ (matrix.input == 'nixpkgs') || (matrix.input == 'nixos-unstable') }}
5050
steps:
5151
- name: Checkout
52-
uses: actions/[email protected].0
52+
uses: actions/[email protected].1
5353
with:
5454
persist-credentials: false
5555

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/[email protected].0
33+
uses: actions/[email protected].1
3434
with:
3535
persist-credentials: false
3636

.github/workflows/ci-per-system.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
matrix: ${{ fromJSON(inputs.flake-jobs).earlyChecks }}
6969
steps:
7070
- name: Checkout
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].1
7272
- name: Build
7373
uses: ./.github/actions/nix-build
7474
with:
@@ -89,7 +89,7 @@ jobs:
8989
matrix: ${{ fromJSON(inputs.flake-jobs).packages }}
9090
steps:
9191
- name: Checkout
92-
uses: actions/[email protected].0
92+
uses: actions/[email protected].1
9393
- name: Build
9494
uses: ./.github/actions/nix-build
9595
with:
@@ -110,7 +110,7 @@ jobs:
110110
matrix: ${{ fromJSON(inputs.nur-jobs).other }}
111111
steps:
112112
- name: Checkout
113-
uses: actions/[email protected].0
113+
uses: actions/[email protected].1
114114
- name: Build
115115
uses: ./.github/actions/nix-build
116116
with:
@@ -132,7 +132,7 @@ jobs:
132132
matrix: ${{ fromJSON(inputs.nur-jobs).stage1 }}
133133
steps:
134134
- name: Checkout
135-
uses: actions/[email protected].0
135+
uses: actions/[email protected].1
136136
- name: Build
137137
uses: ./.github/actions/nix-build
138138
with:
@@ -157,7 +157,7 @@ jobs:
157157
matrix: ${{ fromJSON(inputs.nur-jobs).stage2 }}
158158
steps:
159159
- name: Checkout
160-
uses: actions/[email protected].0
160+
uses: actions/[email protected].1
161161
- name: Build
162162
uses: ./.github/actions/nix-build
163163
with:
@@ -182,7 +182,7 @@ jobs:
182182
matrix: ${{ fromJSON(inputs.nur-jobs).stage3 }}
183183
steps:
184184
- name: Checkout
185-
uses: actions/[email protected].0
185+
uses: actions/[email protected].1
186186
- name: Build
187187
uses: ./.github/actions/nix-build
188188
with:
@@ -207,7 +207,7 @@ jobs:
207207
matrix: ${{ fromJSON(inputs.flake-jobs).hosts }}
208208
steps:
209209
- name: Checkout
210-
uses: actions/[email protected].0
210+
uses: actions/[email protected].1
211211
- name: Build
212212
uses: ./.github/actions/nix-build
213213
with:
@@ -231,7 +231,7 @@ jobs:
231231
matrix: ${{ fromJSON(inputs.flake-jobs).checks }}
232232
steps:
233233
- name: Checkout
234-
uses: actions/[email protected].0
234+
uses: actions/[email protected].1
235235
- name: Build
236236
uses: ./.github/actions/nix-build
237237
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
flake_jobs: ${{ steps.collect_flake_jobs.outputs.flake_jobs }}
5959
steps:
6060
- name: Checkout
61-
uses: actions/[email protected].0
61+
uses: actions/[email protected].1
6262

6363
- name: Install Nix
6464
uses: cachix/[email protected]
@@ -127,7 +127,7 @@ jobs:
127127
)
128128
steps:
129129
- name: Checkout
130-
uses: actions/[email protected].0
130+
uses: actions/[email protected].1
131131

132132
- name: Install Nix
133133
uses: cachix/[email protected]

0 commit comments

Comments
 (0)