Skip to content

Commit 076c77c

Browse files
authored
Merge pull request #247 from OAI/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 5e8d5c5 + 2e195e7 commit 076c77c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/agenda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
discussions: write
7676
contents: read
7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
- name: Get agenda text from template
8080
id: get-agenda
8181
run: |

.github/workflows/check-restricted-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
check-files:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5 # checkout repo content
17+
- uses: actions/checkout@v6 # checkout repo content
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/respec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
owner: OAI
3333
repositories: spec.openapis.org
3434

35-
- uses: actions/checkout@v5 # checkout main branch of this repo
35+
- uses: actions/checkout@v6 # checkout main branch of this repo
3636
with:
3737
fetch-depth: 0
3838

@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: npm ci
4545

46-
- uses: actions/checkout@v5 # checkout main branch of website repo
46+
- uses: actions/checkout@v6 # checkout main branch of website repo
4747
with:
4848
token: ${{ steps.generate-token.outputs.token }}
4949
repository: OAI/spec.openapis.org

.github/workflows/schema-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
owner: OAI
3131
repositories: spec.openapis.org
3232

33-
- uses: actions/checkout@v5 # checkout main branch of this repo
33+
- uses: actions/checkout@v6 # checkout main branch of this repo
3434
with:
3535
fetch-depth: 0
3636

@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: npm ci
4343

44-
- uses: actions/checkout@v5 # checkout main branch of website repo
44+
- uses: actions/checkout@v6 # checkout main branch of website repo
4545
with:
4646
token: ${{ steps.generate-token.outputs.token }}
4747
repository: OAI/spec.openapis.org

.github/workflows/schema-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v5 # checkout repo content
21+
- uses: actions/checkout@v6 # checkout repo content
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/validate-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v5 # checkout repo content
20+
- uses: actions/checkout@v6 # checkout repo content
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)