Skip to content

Commit

Permalink
Update action versions in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams authored and chrisandreae committed Feb 27, 2024
1 parent 4038af1 commit dfd0baa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: moergo-sc/zmk
ref: main
path: src
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-22.05
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v14
with:
name: moergo-glove80-zmk-dev
skipPush: true
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Copy result out of nix store
run: cp combined/glove80.uf2 glove80.uf2
- name: Upload result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: glove80.uf2
path: glove80.uf2

0 comments on commit dfd0baa

Please sign in to comment.