From 604171fcb72a40d42591064dea58ab29dc199c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:23:11 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-sdk-compat.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/update-proto.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-sdk-compat.yml b/.github/workflows/check-sdk-compat.yml index 5676518c..fe865717 100644 --- a/.github/workflows/check-sdk-compat.yml +++ b/.github/workflows/check-sdk-compat.yml @@ -46,7 +46,7 @@ jobs: echo "API_REF=$API_REF" | tee -a "$GITHUB_OUTPUT" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: temporalio/sdk-go ref: ${{ steps.inputs.outputs.SDK_REF }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3992f5aa..61e755e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Print build information run: 'echo head_ref: "$GITHUB_HEAD_REF", ref: "$GITHUB_REF"' - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive - name: Install protoc diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index ec2dccf6..ba7e756e 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -40,7 +40,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: temporalio/api-go ref: ${{ inputs.ref }} diff --git a/.github/workflows/update-proto.yml b/.github/workflows/update-proto.yml index 80958e8c..db3c11a1 100644 --- a/.github/workflows/update-proto.yml +++ b/.github/workflows/update-proto.yml @@ -35,7 +35,7 @@ jobs: private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ steps.generate_token.outputs.token }} persist-credentials: true