WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8c8da8a

Browse files
committed
Update to actions/checkout@v4
1 parent 5c2be99 commit 8c8da8a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-armbian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225

226226
steps:
227227
- name: Checkout
228-
uses: actions/checkout@v3
228+
uses: actions/checkout@v4
229229

230230
- name: Initialization environment
231231
id: init

.github/workflows/compile-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@v3
75+
uses: actions/checkout@v4
7676

7777
- name: Initialization environment
7878
id: init

.github/workflows/delete-older-releases-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v3
98+
uses: actions/checkout@v4
9999

100100
- name: Initialization environment
101101
id: init

.github/workflows/rebuild-armbian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216

217217
steps:
218218
- name: Checkout
219-
uses: actions/checkout@v3
219+
uses: actions/checkout@v4
220220

221221
- name: Initialization environment
222222
id: init

.github/workflows/use-releases-file-to-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224

225225
steps:
226226
- name: Checkout
227-
uses: actions/checkout@v3
227+
uses: actions/checkout@v4
228228

229229
- name: Initialization environment
230230
id: init

0 commit comments

Comments
 (0)