diff --git a/.github/workflows/ci-deploy-snapshot-maven-artifacts.yaml b/.github/workflows/ci-deploy-snapshot-maven-artifacts.yaml index 9eaafaf..7ff4194 100644 --- a/.github/workflows/ci-deploy-snapshot-maven-artifacts.yaml +++ b/.github/workflows/ci-deploy-snapshot-maven-artifacts.yaml @@ -13,7 +13,7 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - id: 'auth' name: 'Authenticate to Google Cloud' diff --git a/.github/workflows/ci-test-build.yaml b/.github/workflows/ci-test-build.yaml index a2fa005..69ca8ae 100644 --- a/.github/workflows/ci-test-build.yaml +++ b/.github/workflows/ci-test-build.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release-maven-artifacts.yaml b/.github/workflows/release-maven-artifacts.yaml index afc167d..b4b816f 100644 --- a/.github/workflows/release-maven-artifacts.yaml +++ b/.github/workflows/release-maven-artifacts.yaml @@ -11,7 +11,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - id: 'auth' name: 'Authenticate to Google Cloud'