Skip to content

Commit 71e1a9b

Browse files
authored
Merge pull request #232 from roc-lang/update-actions
update actions+flake
2 parents c0ae5e8 + 98d080a commit 71e1a9b

File tree

3 files changed

+7
-33
lines changed

3 files changed

+7
-33
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
operating-system: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14]
1313
timeout-minutes: 90
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Set OS-specific variables
1818
id: vars

.github/workflows/tests_nix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
test-examples:
1414
runs-on: [ubuntu-22.04]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
# install nix
19-
- uses: cachix/install-nix-action@v23
19+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # commit for v31
2020
with:
2121
nix_path: nixpkgs=channel:nixos-unstable
2222

23-
- uses: cachix/cachix-action@v12
23+
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # commit for v16
2424
with:
2525
name: enigmaticsunrise
2626
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

flake.lock

Lines changed: 3 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)