Skip to content

Commit 7fe77ab

Browse files
committed
♻ Bump actions in release.yml
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 5142f28 commit 7fe77ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ jobs:
3030
apt-get: ${{ matrix.apt-get }}
3131

3232
- name: Checkout
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3434

3535
- name: Cache Local
3636
id: cache-local
37-
uses: actions/cache@v1
37+
uses: actions/cache@v3
3838
with:
3939
path: ~/.local/
4040
key: ${{ runner.os }}-local-v3
4141

4242
- name: Cache Stack
4343
id: cache-stack
44-
uses: actions/cache@v1
44+
uses: actions/cache@v3
4545
with:
4646
path: ~/.stack
4747
key: ${{ runner.os }}-stack-v3
@@ -82,7 +82,7 @@ jobs:
8282
run: .github/scripts/build-macos-release.sh
8383

8484
- name: Upload artifact
85-
uses: actions/upload-artifact@v1
85+
uses: actions/upload-artifact@v3
8686
with:
8787
name: hevm-${{ runner.os }}
8888
path: hevm.tar.gz
@@ -92,17 +92,17 @@ jobs:
9292
needs: macosRelease
9393
runs-on: ubuntu-latest
9494
steps:
95-
- uses: actions/checkout@v2
95+
- uses: actions/checkout@v3
96+
# v22
97+
- uses: cachix/install-nix-action@v22
9698
# v12
97-
- uses: cachix/install-nix-action@v20
98-
# v8
99-
- uses: cachix/cachix-action@v10
99+
- uses: cachix/cachix-action@v12
100100
with:
101101
name: dapp
102102
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
103103
- run: nix-build -A hevmUnwrapped --out-link hevmLinux
104104

105-
- uses: actions/download-artifact@master
105+
- uses: actions/download-artifact@v3
106106
with:
107107
name: hevm-macOS
108108
path: hevm-macOS

0 commit comments

Comments
 (0)