Skip to content

Commit b82efa4

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8f2292 commit b82efa4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: "!contains(github.event.head_commit.message, '[SkipCI]')"
4747
runs-on: ubuntu-22.04
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v6
5050
- uses: actions/setup-java@v4
5151
with:
5252
distribution: temurin
@@ -138,7 +138,7 @@ jobs:
138138
- {'api_level': 21, 'api_type_target': 'default', 'arch': 'x86_64'}
139139
- {'api_level': 21, 'api_type_target': 'default', 'arch': 'x86'}
140140
steps:
141-
- uses: actions/checkout@v4
141+
- uses: actions/checkout@v6
142142
- uses: actions/setup-java@v4
143143
with:
144144
distribution: temurin

.github/workflows/incrementVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
contents: write
3939
runs-on: ubuntu-22.04
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242
with:
4343
# A branch is required for post release version increment commit
4444
ref: ${{ github.event.ref }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
environment: OpenDocumentAppRelease
5555
runs-on: ubuntu-22.04
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v6
5858
with:
5959
# A branch is required for post release version increment commit
6060
ref: ${{ github.event.ref }}

0 commit comments

Comments
 (0)