Skip to content

Commit e6cd089

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#10040)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...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 a0200cd commit e6cd089

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/appengine_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Checks-out the repository under $GITHUB_WORKSPACE.
1717
# When running manually this checks out the master branch.
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Prepare demo files
2121
# Install all dependencies, then copy all the files needed for demos.

.github/workflows/browser_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: ./packages/blockly
3131

3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
with:
3535
persist-credentials: false
3636

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# https://nodejs.org/en/about/releases/
2626

2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
with:
3030
ref: ${{ github.ref }}
3131
persist-credentials: false
@@ -62,7 +62,7 @@ jobs:
6262
timeout-minutes: 5
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666
with:
6767
ref: ${{ github.ref }}
6868

@@ -81,7 +81,7 @@ jobs:
8181
timeout-minutes: 5
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@v6
84+
- uses: actions/checkout@v7
8585
with:
8686
ref: ${{ github.ref }}
8787

.github/workflows/conventional-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: read
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919
- name: Setup node

.github/workflows/deploy-docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout your repository
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343
with:
4444
ref: ${{ inputs.ref || 'main' }}
4545
# Allow Docusaurus to view the full commit history (required for "last edited at <date> by <person>" functionality)

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
version: ${{ steps.version.outputs.version }}
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646
with:
4747
ref: ${{ github.ref }}
4848
fetch-depth: 0
@@ -134,7 +134,7 @@ jobs:
134134
NPM_DIST_TAG: ${{ github.ref_name == github.event.repository.default_branch && 'latest' || 'beta' }}
135135
steps:
136136
- name: Checkout
137-
uses: actions/checkout@v6
137+
uses: actions/checkout@v7
138138
with:
139139
ref: ${{ github.ref }}
140140
fetch-depth: 0

.github/workflows/update-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525
with:
2626
ref: ${{ inputs.source_branch }}
2727
fetch-depth: 0

0 commit comments

Comments
 (0)