We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f1dbd8 + 53f7ae4 commit 4ae9708Copy full SHA for 4ae9708
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Lints
11
runs-on: ubuntu-22.04
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- name: Install Nix
15
uses: DeterminateSystems/nix-installer-action@main
16
- name: Enable magic Nix cache
.github/workflows/update.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
0 commit comments