Skip to content

Commit d9ded20

Browse files
authored
Merge pull request #124 from tiddly-gittly/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents e56aef2 + 8a29eb3 commit d9ded20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- uses: actions/setup-node@v6
2626
with:
2727
node-version: lts/*

.github/workflows/upgrade.yml

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

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
2020
node-version: lts/*

0 commit comments

Comments
 (0)