Skip to content

Commit c3a0a33

Browse files
Merge pull request #5137 from OAI/v3.2-dev-sync-with-dev
v3.2-dev: sync with dev
2 parents d3a5db3 + 5a29682 commit c3a0a33

File tree

11 files changed

+164
-160
lines changed

11 files changed

+164
-160
lines changed

.github/workflows/agenda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131

3232
steps:
33-
- uses: actions/checkout@v5 # checkout repo content
33+
- uses: actions/checkout@v6 # checkout repo content
3434

3535
# we want to close old agenda issues before creating a new one because there's a limit of 3 pinned items on a repo
3636
- name: Close old agenda issues

.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/inactive-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
name: Label issues with no recent activity
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- run: scripts/label-no-recent.ps1
3434
shell: pwsh
3535
- run: scripts/close-no-recent.ps1

.github/workflows/respec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
owner: OAI
2828
repositories: spec.openapis.org
2929

30-
- uses: actions/checkout@v5 # checkout main branch of this repo
30+
- uses: actions/checkout@v6 # checkout main branch of this repo
3131
with:
3232
fetch-depth: 0
3333

@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: npm ci
4040

41-
- uses: actions/checkout@v5 # checkout main branch of website repo
41+
- uses: actions/checkout@v6 # checkout main branch of website repo
4242
with:
4343
token: ${{ steps.generate-token.outputs.token }}
4444
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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v5 # checkout repo content
22+
- uses: actions/checkout@v6 # checkout repo content
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/sync-dev-to-vX.Y-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
2727

2828
- name: Checkout repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232
token: ${{ steps.generate-token.outputs.token }}

.github/workflows/sync-main-to-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
2727

2828
- name: Checkout repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232
token: ${{ steps.generate-token.outputs.token }}

.github/workflows/validate-markdown.yaml

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

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

2020
- uses: actions/setup-node@v6 # setup Node.js
2121
with:

0 commit comments

Comments
 (0)