Skip to content

Commit 252826f

Browse files
committed
Update github actions
1 parent d645252 commit 252826f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: "Build & test"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2.3.1
13+
- uses: actions/checkout@v4
1414
with:
1515
repository: input-output-hk/quickcheck-dynamic
1616
# On pull_request events, we want to check out the latest commit of the
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Prepare nix
25-
uses: cachix/install-nix-action@v22
25+
uses: cachix/install-nix-action@v31
2626
with:
2727
extra_nix_config: |
2828
accept-flake-config = true

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
name: "Pack & Upload"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2.3.1
13+
- uses: actions/checkout@v4
1414
with:
1515
repository: input-output-hk/quickcheck-dynamic
1616
ref: ${{ github.ref }}
1717
# Also ensure we have all history with all tags
1818
fetch-depth: 0
1919

2020
- name: Prepare nix
21-
uses: cachix/install-nix-action@v22
21+
uses: cachix/install-nix-action@v31
2222
with:
2323
extra_nix_config: |
2424
accept-flake-config = true

0 commit comments

Comments
 (0)