Skip to content

Commit 98cb0ca

Browse files
chore(deps): Update actions/checkout action to v6
1 parent d119f31 commit 98cb0ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
bump-version:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
persist-credentials: false

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2424
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2525
steps:
26-
- uses: actions/checkout@v5.0.1
26+
- uses: actions/checkout@v6.0.1
2727
with:
2828
fetch-depth: 0
2929
- uses: actions/setup-java@v5
@@ -47,7 +47,7 @@ jobs:
4747
AWS_REGION: ap-northeast-1
4848
TEST_TIME_FACTOR: 5
4949
steps:
50-
- uses: actions/checkout@v5.0.1
50+
- uses: actions/checkout@v6.0.1
5151
with:
5252
fetch-depth: 0
5353
- uses: actions/setup-java@v5

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
1212
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with: { fetch-depth: 0 }
1616
- uses: actions/setup-java@v5
1717
with:

0 commit comments

Comments
 (0)