Skip to content

Commit

Permalink
Update github workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vkleen committed Sep 19, 2023
1 parent caf7162 commit e3c10f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:

steps:
# Setup
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v22

- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v12
with:
name: funflow
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

- uses: actions/cache@v2.1.3
- uses: actions/cache@v3
name: Cache ~/.stack
with:
path: ~/.stack
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Deploy docs
# Push to GitHub Pages only on master
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ./funflow-pages/result/funflow

0 comments on commit e3c10f6

Please sign in to comment.