Skip to content

Commit 8f6e6a9

Browse files
chore(deps): Update actions/checkout action to v4.3.0 (#1734)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 348d5c9 commit 8f6e6a9

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@v4.1.7
15+
- uses: actions/checkout@v4.3.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
@@ -28,7 +28,7 @@ jobs:
2828
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2929
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3030
steps:
31-
- uses: actions/checkout@v4.1.7
31+
- uses: actions/checkout@v4.3.0
3232
with:
3333
fetch-depth: 0
3434
- uses: actions/setup-java@v3
@@ -52,7 +52,7 @@ jobs:
5252
AWS_REGION: ap-northeast-1
5353
TEST_TIME_FACTOR: 5
5454
steps:
55-
- uses: actions/checkout@v4.1.7
55+
- uses: actions/checkout@v4.3.0
5656
with:
5757
fetch-depth: 0
5858
- 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@v4.1.7
13+
- uses: actions/checkout@v4.3.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@v4.1.7
19+
- uses: actions/checkout@v4.3.0
2020
with:
2121
ref: ${{ github.event.workflow_run.head_branch }}
2222
fetch-depth: 0

0 commit comments

Comments
 (0)