Skip to content

Commit 40503fc

Browse files
committed
Update github workflow with actions/checkout@v4
1 parent 8350ec7 commit 40503fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- nix: aarch64-darwin
2828
runner: arm64-darwin
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131

3232
- name: Set version
3333
if: github.event.inputs.version
@@ -62,7 +62,7 @@ jobs:
6262
needs: [build]
6363
runs-on: [self-hosted, nix, general, arm64-linux, small]
6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666

6767
- name: Set version
6868
if: github.event.inputs.version

0 commit comments

Comments
 (0)