Skip to content

Commit 6be0ae9

Browse files
authored
Merge pull request #217 from tweag/update-github-workflows
Update github workflow versions
2 parents caf7162 + e3c10f6 commit 6be0ae9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111

1212
steps:
1313
# Setup
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

16-
- uses: cachix/install-nix-action@v12
16+
- uses: cachix/install-nix-action@v22
1717

18-
- uses: cachix/cachix-action@v10
18+
- uses: cachix/cachix-action@v12
1919
with:
2020
name: funflow
2121
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
2222

23-
- uses: actions/cache@v2.1.3
23+
- uses: actions/cache@v3
2424
name: Cache ~/.stack
2525
with:
2626
path: ~/.stack
@@ -47,7 +47,7 @@ jobs:
4747
- name: Deploy docs
4848
# Push to GitHub Pages only on master
4949
if: github.ref == 'refs/heads/master'
50-
uses: JamesIves/github-pages-deploy-action@v4.2.5
50+
uses: JamesIves/github-pages-deploy-action@v4
5151
with:
5252
branch: gh-pages
5353
folder: ./funflow-pages/result/funflow

0 commit comments

Comments
 (0)