Skip to content

Commit 9eb059a

Browse files
authored
Merge pull request #69 from seed4j/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents df35167 + 60f6292 commit 9eb059a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: setup Node
2020
uses: actions/setup-node@v4

.github/workflows/prefetch-sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 10
1010
steps:
1111
- name: 'Setup: checkout project'
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515

0 commit comments

Comments
 (0)