We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44af12 commit 0404ddaCopy full SHA for 0404dda
.github/workflows/build-app.yml
@@ -26,7 +26,7 @@ jobs:
26
arch: arm64
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
31
- name: Set up Go
32
uses: actions/setup-go@v5
.github/workflows/build-toolbox.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
- name: Setup Go
@@ -32,7 +32,7 @@ jobs:
cache: true
33
34
- name: Install Nix
35
- uses: cachix/install-nix-action@v27
+ uses: cachix/install-nix-action@v31
36
37
- name: Build toolbox builder
38
shell: bash
0 commit comments