Skip to content

Commit 87f87f6

Browse files
Merge pull request #4852 from OAI/dev
v3.2-dev: update from dev
2 parents 657ba5d + 20e3915 commit 87f87f6

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
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@v4 # checkout repo content
33+
- uses: actions/checkout@v5 # 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/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@v4
32+
- uses: actions/checkout@v5
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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v4 # checkout main branch
22+
- uses: actions/checkout@v5 # checkout main branch
2323
with:
2424
fetch-depth: 0
2525

@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: npm ci
3232

33-
- uses: actions/checkout@v4 # checkout gh-pages branch
33+
- uses: actions/checkout@v5 # checkout gh-pages branch
3434
with:
3535
ref: gh-pages
3636
path: deploy

.github/workflows/schema-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v4 # checkout main branch
27+
- uses: actions/checkout@v5 # checkout main branch
2828
with:
2929
fetch-depth: 0
3030

@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: npm ci
3737

38-
- uses: actions/checkout@v4 # checkout gh-pages branch
38+
- uses: actions/checkout@v5 # checkout gh-pages branch
3939
with:
4040
ref: gh-pages
4141
path: deploy

.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@v4 # checkout repo content
22+
- uses: actions/checkout@v5 # 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
@@ -24,7 +24,7 @@ jobs:
2424
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
2525

2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030

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

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

2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Create pull request
3030
id: pull_request

.github/workflows/validate-markdown.yaml

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

1919
steps:
2020

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

0 commit comments

Comments
 (0)