mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Bump checkout version
This commit is contained in:
parent
41d75eeedd
commit
e311c246da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland
|
||||
|
||||
- name: Download gBar
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Run meson
|
||||
run: |
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
image: nixos/nix
|
||||
steps:
|
||||
- name: Download gBar
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.3.0
|
||||
- name: Build Nix flake
|
||||
run: |
|
||||
nix build --extra-experimental-features nix-command --extra-experimental-features flakes
|
||||
|
|
Loading…
Reference in a new issue