File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments