Skip to content

Commit f6cc84d

Browse files
Update actions/checkout action to v4
1 parent e6129a5 commit f6cc84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lockfile:
99
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: cachix/install-nix-action@v23
1313
with:
1414
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)