From 8da91310bd1da33d2ba3395f8ced8517bd95cf44 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 11 May 2026 11:45:56 -0400 Subject: [PATCH 1/2] Update checkout version to v7.0.0 Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index afe95036..b40ef8f3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 'Checkout' - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4 + uses: 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0' # ratchet:actions/checkout@v7.0.0 - name: 'Publish' id: 'publish' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26d5449e..dd77b2fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4 + - uses: 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0' # ratchet:actions/checkout@v7.0.0 - uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4 with: @@ -76,7 +76,7 @@ jobs: id-token: 'write' steps: - - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4 + - uses: 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0' # ratchet:actions/checkout@v7.0.0 - uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4 with: @@ -130,7 +130,7 @@ jobs: id-token: 'write' steps: - - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4 + - uses: 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0' # ratchet:actions/checkout@v7.0.0 - uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4 with: @@ -199,7 +199,7 @@ jobs: - 'macos-latest' steps: - - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4 + - uses: 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0' # ratchet:actions/checkout@v7.0.0 - uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4 with: @@ -261,7 +261,7 @@ jobs: strategy: fail-fast: false steps: - - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4 + - uses: 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0' # ratchet:actions/checkout@v7.0.0 - uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4 with: From 46adc3bab8714523f170576d9fa0c0432bac0989 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 11 May 2026 11:44:04 -0400 Subject: [PATCH 2/2] Update checkout version Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 6 +++--- docs/EXAMPLES.md | 10 +++++----- docs/TROUBLESHOOTING.md | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2ddaf781..b78601e2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ support](https://cloud.google.com/support).** ## Prerequisites -- Run the `actions/checkout@v4` step _before_ this action. Omitting the +- Run the `actions/checkout@v7` step _before_ this action. Omitting the checkout step or putting it after `auth` will cause future steps to be unable to authenticate. @@ -58,7 +58,7 @@ jobs: id-token: 'write' steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v7' - uses: 'google-github-actions/auth@v3' with: @@ -248,7 +248,7 @@ regardless of the authentication mechanism. jobs: job_id: steps: - - uses: 'actions/checkout@v4' # Must come first! + - uses: 'actions/checkout@v7' # Must come first! - uses: 'google-github-actions/auth@v3' ``` diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md index 03c4982a..0355b3df 100644 --- a/docs/EXAMPLES.md +++ b/docs/EXAMPLES.md @@ -77,7 +77,7 @@ value into a GitHub Secret named 'GOOGLE_CREDENTIALS'. jobs: job_id: steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v7' - uses: 'google-github-actions/auth@v3' with: @@ -97,7 +97,7 @@ jobs: id-token: 'write' steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v7' - id: 'auth' uses: 'google-github-actions/auth@v3' @@ -133,7 +133,7 @@ jobs: id-token: 'write' steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v7' - id: 'auth' uses: 'google-github-actions/auth@v3' @@ -170,7 +170,7 @@ jobs: id-token: 'write' steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v7' - id: 'auth' uses: 'google-github-actions/auth@v3' @@ -220,7 +220,7 @@ jobs: id-token: 'write' steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v7' - id: 'auth' uses: 'google-github-actions/auth@v3' diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index f7f2cf9d..f0868add 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -21,12 +21,12 @@ to these resources are eventually consistent. Usually they happen immediately, but sometimes they can take up to 5 minutes to propagate. -1. Ensure `actions/checkout@v4` is **before** the `auth` action in your +1. Ensure `actions/checkout@v7` is **before** the `auth` action in your workflow. ```yaml steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v7' - uses: 'google-github-actions/auth@v3' ```