Skip to content

Commit 6a6c1ec

Browse files
authored
ci: update build.yml (fixed #14) (#15)
1 parent 7f892b1 commit 6a6c1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
sudo apt install coreutils p7zip-full qemu-user-static
1919
2020
- name: Checkout CustomPiOS
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
with:
2323
repository: 'guysoft/CustomPiOS'
2424
path: CustomPiOS
2525

2626
- name: Checkout Project Repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
with:
2929
path: repository
3030
submodules: true

0 commit comments

Comments
 (0)