Skip to content

Commit 4ae9708

Browse files
authored
Merge pull request #34 from DeterminateSystems/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9f1dbd8 + 53f7ae4 commit 4ae9708

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
@@ -10,7 +10,7 @@ jobs:
1010
name: Lints
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Install Nix
1515
uses: DeterminateSystems/nix-installer-action@main
1616
- name: Enable magic Nix cache

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Install Nix
1414
uses: DeterminateSystems/nix-installer-action@main
1515
- name: Enable magic Nix cache

0 commit comments

Comments
 (0)