Skip to content

Commit 6f7b04b

Browse files
committed
develop: actions/checkout@v5 does not seem to work
1 parent 8c08438 commit 6f7b04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
deploy-docs:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v4
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}
1313
- uses: cachix/install-nix-action@v31

.github/workflows/flake-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
NIXPKGS_ALLOW_UNFREE: 1
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v4
1818
- uses: cachix/install-nix-action@v31
1919
with:
2020
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)