Skip to content

Commit 57f71d2

Browse files
build(deps): bump actions/checkout from 4 to 7 (#5371)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e165aff commit 57f71d2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/openapi_breaking_changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
timeout-minutes: 10
2222
steps:
2323
- name: Checkout PR
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v7
2525
with:
2626
path: pr
2727
persist-credentials: false
2828

2929
- name: Checkout Base Branch
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v7
3131
with:
3232
ref: ${{ github.base_ref }}
3333
path: base

.github/workflows/openapi_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020
steps:
2121
- name: Checkout main
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v7
2323
with:
2424
path: main
2525

@@ -34,7 +34,7 @@ jobs:
3434
run: yarn build
3535

3636
- name: Checkout gh-pages
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v7
3838
with:
3939
ref: gh-pages
4040
path: gh-pages

.github/workflows/openapi_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
working-directory: docs/openapi
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v7
2727
- name: Setup
2828
run: |
2929
apk add python3 make g++

0 commit comments

Comments
 (0)