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