Skip to content

Commit 0404dda

Browse files
committed
updates
1 parent c44af12 commit 0404dda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
arch: arm64
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Set up Go
3232
uses: actions/setup-go@v5

.github/workflows/build-toolbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Setup Go
2828
uses: actions/setup-go@v5
@@ -32,7 +32,7 @@ jobs:
3232
cache: true
3333

3434
- name: Install Nix
35-
uses: cachix/install-nix-action@v27
35+
uses: cachix/install-nix-action@v31
3636

3737
- name: Build toolbox builder
3838
shell: bash

0 commit comments

Comments
 (0)