Skip to content

Commit daef63f

Browse files
renovate[bot]coderbyheart
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 39853e2 commit daef63f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/renovate-config-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
validate:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Validate renovate.json
1818
run: npx --yes --package renovate -- renovate-config-validator

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- uses: actions/setup-node@v6
2121
with:

0 commit comments

Comments
 (0)