Skip to content

Commit b1f38ae

Browse files
Update actions/checkout action to v5
1 parent 0404672 commit b1f38ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
- name: Install Nix
1212
uses: DeterminateSystems/nix-installer-action@main
1313
# - uses: cachix/cachix-action@v12

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Install Nix
1414
uses: DeterminateSystems/nix-installer-action@main
1515
- name: Update flake.lock

0 commit comments

Comments
 (0)