Skip to content

Commit a45c572

Browse files
authored
update actions, pin versions (#336)
* update actions, pin versions * added comments
1 parent 6748ef6 commit a45c572

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
operating-system: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm]
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Does init() in platform/src/lib.rs contain all roc_fx functions? (Imperfect check)
2020
run: cat platform/src/lib.rs | grep -oP 'roc_fx_[^(\s]*' | sort | uniq -u | grep -q . && exit 1 || exit 0

.github/workflows/ci_nix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
os: [macos-13, macos-14, ubuntu-22.04, ubuntu-24.04-arm]
1717
runs-on: ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
# install nix
22-
- uses: cachix/install-nix-action@v23
22+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # commit for v31
2323
with:
2424
nix_path: nixpkgs=channel:nixos-unstable
2525

26-
- uses: cachix/cachix-action@v12
26+
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # commit for v16
2727
with:
2828
name: enigmaticsunrise
2929
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

.github/workflows/test_latest_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test-latest-release:
1111
runs-on: [ubuntu-22.04]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: remove everything except some ci scripts
1616
run: |

0 commit comments

Comments
 (0)