Skip to content

Commit 6a1426e

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update actions/checkout action to v5.0.1
1 parent be6f46d commit 6a1426e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
name: nix-community
1818
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
19-
- uses: actions/checkout@v5.0.0
19+
- uses: actions/checkout@v5.0.1
2020
- name: Run checks
2121
run: nix flake check -L
2222

@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
name: nix-community
3333
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
34-
- uses: actions/checkout@v5.0.0
34+
- uses: actions/checkout@v5.0.1
3535
- name: Run build
3636
run: nix-build --no-out-link .
3737
- name: Create artifact
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
name: nix-community
5555
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
56-
- uses: actions/checkout@v5.0.0
56+
- uses: actions/checkout@v5.0.1
5757
- name: Run build
5858
run: nix-build --no-out-link .
5959
- name: Create artifact

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
name: nix-community
2828
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
29-
- uses: actions/checkout@v5.0.0
29+
- uses: actions/checkout@v5.0.1
3030
- name: Run build
3131
run: nix-build .github/pages.nix
3232
- name: Upload artifact

0 commit comments

Comments
 (0)