Skip to content

Commit 7d91c46

Browse files
Bump actions/checkout from 5 to 6 in the github-actions group (SchemaStore#5177)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fbf9b1 commit 7d91c46

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: 'write'
2727
pull-requests: 'write'
2828
steps:
29-
- uses: 'actions/checkout@v5'
29+
- uses: 'actions/checkout@v6'
3030
- uses: 'actions/setup-node@v6'
3131
with:
3232
node-version: '18'

.github/workflows/codeowners-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions: 'write-all'
1212
steps:
13-
- uses: 'actions/checkout@v5'
13+
- uses: 'actions/checkout@v6'
1414
- name: 'Run Codeowners check'
1515
uses: 'OSS-Docs-Tools/code-owner-self-merge@9f01f6d51b10a0e0a12300cdd614c9fa80787868'
1616
env:

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: 'ubuntu-latest'
2626
if: ${{ github.repository_owner == 'SchemaStore' }}
2727
steps:
28-
- uses: 'actions/checkout@v5'
28+
- uses: 'actions/checkout@v6'
2929
- uses: 'actions/setup-node@v6'
3030
with:
3131
node-version: '22'

.github/workflows/pre-commit-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Run pre-commit checks
99
steps:
1010
- name: Checkout the repository
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
# Enablement of https://pre-commit.ci is desirable as it also
1414
# enable auto-fixes for formatting violations. Still we still want to run

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99

1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-node@v6
1313
with:
1414
node-version: '18'

0 commit comments

Comments
 (0)