diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 5d3650e8d..315821992 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -13,7 +13,7 @@ jobs: bump-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddad93aae..058373a47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8 JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8 steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - uses: actions/setup-java@v5 @@ -47,7 +47,7 @@ jobs: AWS_REGION: ap-northeast-1 TEST_TIME_FACTOR: 5 steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - uses: actions/setup-java@v5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 217dcbc66..c5f212d20 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: { fetch-depth: 0 } - uses: actions/setup-java@v5 with: