Skip to content

Commit

Permalink
chore: fix run-xc version (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav authored Mar 17, 2023
1 parent 88c2b45 commit cb0cfdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
hugo-version: '0.91.2'

- name: Build
uses: joerdav/run-xc@v1.0.0
uses: joerdav/run-xc@v1.1.0
with:
task: build-docs

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: 1.19

- name: Test
uses: joerdav/run-xc@v1.0.0
uses: joerdav/run-xc@v1.1.0
with:
task: test

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Update Flake
uses: joerdav/run-xc@v1.0.0
uses: joerdav/run-xc@v1.1.0
with:
task: update-nix
-
Expand Down

0 comments on commit cb0cfdd

Please sign in to comment.