Skip to content

Commit b6ce151

Browse files
Bump actions/checkout from 4 to 5 (#780)
1 parent 68da0d2 commit b6ce151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/daily-8.0.yml

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

2929
steps:
3030
- name: Clone build scripts
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Build and upload daily .iso
3434
run: |

.github/workflows/stable-8.0.yml

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

2121
steps:
2222
- name: Clone build scripts
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Build and upload stable .iso
2626
run: |

0 commit comments

Comments
 (0)