From 3f7e45eda2d5013f9ea34e970f90a56573cf9d56 Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" <129506189+hashicorp-tsccr[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:30:58 +0000 Subject: [PATCH] Result of tsccr-helper -log-level=info gha update -latest . (#74) Co-authored-by: hashicorp-tsccr[bot] --- .github/workflows/ci-github-actions.yml | 2 +- .github/workflows/community.yml | 2 +- .github/workflows/hashicorp.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-github-actions.yml b/.github/workflows/ci-github-actions.yml index aa44045..6e6d1d5 100644 --- a/.github/workflows/ci-github-actions.yml +++ b/.github/workflows/ci-github-actions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: 'stable' - run: go install github.com/rhysd/actionlint/cmd/actionlint@latest diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index a48d583..dedb556 100644 --- a/.github/workflows/community.yml +++ b/.github/workflows/community.yml @@ -37,7 +37,7 @@ jobs: with: ref: ${{ inputs.git-ref }} fetch-depth: 0 - - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: ${{ inputs.setup-go-version }} go-version-file: ${{ inputs.setup-go-version-file }} diff --git a/.github/workflows/hashicorp.yml b/.github/workflows/hashicorp.yml index 506faf0..83fe525 100644 --- a/.github/workflows/hashicorp.yml +++ b/.github/workflows/hashicorp.yml @@ -78,7 +78,7 @@ jobs: with: fetch-depth: 0 ref: ${{ inputs.product-version }} - - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: ${{ inputs.setup-go-version }} go-version-file: ${{ inputs.setup-go-version-file }}