Skip to content

Commit 531805d

Browse files
dependabot[bot]j5ik2o
authored andcommitted
Bump actions/checkout from 3.6.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd765ed commit 531805d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
bump-version:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3.6.0
15+
- uses: actions/checkout@v4.1.0
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: false

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3232
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3333
steps:
34-
- uses: actions/checkout@v3.6.0
34+
- uses: actions/checkout@v4.1.0
3535
with:
3636
fetch-depth: 0
3737
- uses: actions/setup-java@v3
@@ -54,7 +54,7 @@ jobs:
5454
AWS_REGION: ap-northeast-1
5555
TEST_TIME_FACTOR: 5
5656
steps:
57-
- uses: actions/checkout@v3.6.0
57+
- uses: actions/checkout@v4.1.0
5858
with:
5959
fetch-depth: 0
6060
- uses: actions/setup-java@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
1111
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
1212
steps:
13-
- uses: actions/checkout@v3.6.0
13+
- uses: actions/checkout@v4.1.0
1414
with:
1515
fetch-depth: 0
1616
- uses: actions/setup-java@v3

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
1717
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
1818
steps:
19-
- uses: actions/checkout@v3.6.0
19+
- uses: actions/checkout@v4.1.0
2020
with:
2121
ref: ${{ github.event.workflow_run.head_branch }}
2222
fetch-depth: 0

0 commit comments

Comments
 (0)