Skip to content

Commit ffb8e5f

Browse files
authored
Merge pull request #98 from fdm-monster/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 3e5c331 + aedbf41 commit ffb8e5f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
sudo apt install coreutils p7zip-full qemu-user-static
2525
2626
- name: Checkout CustomPiOS
27-
uses: actions/checkout@v4.3.0
27+
uses: actions/checkout@v5.0.0
2828
with:
2929
repository: 'guysoft/CustomPiOS'
3030
path: CustomPiOS
3131
ref: "baaa155f33f54fa0e777039dd47cca751fa55802"
3232

3333
- name: Checkout Project Repository
34-
uses: actions/checkout@v4.3.0
34+
uses: actions/checkout@v5.0.0
3535
with:
3636
path: repository
3737
submodules: true

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
sudo apt install coreutils p7zip-full qemu-user-static
1919
2020
- name: Checkout CustomPiOS
21-
uses: actions/checkout@v4.3.0
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
repository: 'guysoft/CustomPiOS'
2424
path: CustomPiOS
2525
ref: "baaa155f33f54fa0e777039dd47cca751fa55802"
2626

2727
- name: Checkout Project Repository
28-
uses: actions/checkout@v4.3.0
28+
uses: actions/checkout@v5.0.0
2929
with:
3030
path: repository
3131
submodules: true

.github/workflows/toc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 5
1313
steps:
14-
- uses: actions/checkout@v4.3.0
14+
- uses: actions/checkout@v5.0.0
1515
- run: |
1616
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
1717
chmod a+x gh-md-toc

0 commit comments

Comments
 (0)