Skip to content

Commit f236f9e

Browse files
flubb5
authored andcommitted
chore(ci): Update outdated actions (#26)
These actions use a deprecated nodejs version. The newer versions do not. Also moves to released versions of actions/checkout as that's more stable and the recommended way to use them.
1 parent 597f8b1 commit f236f9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
RUSTC_WRAPPER: "sccache"
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@master
40+
uses: actions/checkout@v4
4141
with:
4242
submodules: recursive
4343

@@ -55,7 +55,7 @@ jobs:
5555
HOME: /root #added based on https://github.com/actions/setup-go/issues/116
5656

5757
- name: Run sccache-cache
58-
uses: mozilla-actions/[email protected].3
58+
uses: mozilla-actions/[email protected].4
5959

6060
- name: check
6161
run: |
@@ -100,4 +100,4 @@ jobs:
100100
done
101101
env:
102102
XDG_CACHE_HOME: /root/.cache
103-
HOME: /root #added based on https://github.com/actions/setup-go/issues/116
103+
HOME: /root #added based on https://github.com/actions/setup-go/issues/116

0 commit comments

Comments
 (0)