Skip to content

Commit 7e225c8

Browse files
authored
Merge pull request #36 from virtualroot/renovate/actions-checkout-5.x
2 parents 98af924 + 2de1642 commit 7e225c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/sync-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515

1616
steps:
1717
- name: Checkout main
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Copy README.md
2121
run: |
2222
cp -f README.md ${{ runner.temp }}/README.md
2323
2424
- name: Checkout gh-pages
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
ref: gh-pages
2828

0 commit comments

Comments
 (0)