Skip to content

Commit 4eca598

Browse files
authored
Merge pull request #42 from virtualroot/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents dd2110f + 411e824 commit 4eca598

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@v5
16+
uses: actions/checkout@v6
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@v5
18+
uses: actions/checkout@v6
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@v5
25+
uses: actions/checkout@v6
2626
with:
2727
ref: gh-pages
2828

0 commit comments

Comments
 (0)