diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b69ec91..06adf4b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[SkipCI]')" runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-java@v4 with: distribution: temurin @@ -138,7 +138,7 @@ jobs: - {'api_level': 21, 'api_type_target': 'default', 'arch': 'x86_64'} - {'api_level': 21, 'api_type_target': 'default', 'arch': 'x86'} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-java@v4 with: distribution: temurin diff --git a/.github/workflows/incrementVersion.yml b/.github/workflows/incrementVersion.yml index 819adf27..f96bd28f 100644 --- a/.github/workflows/incrementVersion.yml +++ b/.github/workflows/incrementVersion.yml @@ -38,7 +38,7 @@ jobs: contents: write runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # A branch is required for post release version increment commit ref: ${{ github.event.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e6243b3..d8ee9fe0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: environment: OpenDocumentAppRelease runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # A branch is required for post release version increment commit ref: ${{ github.event.ref }}