From c6991494d5657a0c32e1205c74a97df4f4a8b469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:59:53 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [pulumi/actions](https://github.com/pulumi/actions). Updates `actions/setup-go` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/cdcb36043654635271a94b9a6d1392de5bb323a7...0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32) Updates `pulumi/actions` from 5.3.2 to 5.3.3 - [Release notes](https://github.com/pulumi/actions/releases) - [Changelog](https://github.com/pulumi/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/pulumi/actions/compare/760956aff50b515c197ee22d30aa8d756f7b86a2...d79ef3665e6d664f1e29959e0dd40373d922a653) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pulumi/actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- action.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be872dc..7135922 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: '1.22' check-latest: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d304b09..703630b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: '1.22' check-latest: true diff --git a/action.yml b/action.yml index 52d5375..8c4eb9f 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ runs: using: "composite" steps: - - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: '1.22' check-latest: true @@ -52,7 +52,7 @@ runs: working-directory: '${{ env.PULUMI_GO_CODE }}' shell: bash - - uses: pulumi/actions@760956aff50b515c197ee22d30aa8d756f7b86a2 # v5.3.2 + - uses: pulumi/actions@d79ef3665e6d664f1e29959e0dd40373d922a653 # v5.3.3 with: command: '${{ inputs.pulumi_command }}' stack-name: '${{ inputs.stack_name }}'