Skip to content

Commit a63e645

Browse files
Bump the all group with 3 updates (#259)
1 parent f376dd1 commit a63e645

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
persist-credentials: false
3737

38-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
38+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3939
with:
4040
go-version-file: 'go.mod'
4141
check-latest: true

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
with:
3333
persist-credentials: false
3434

35-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
35+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3636
with:
3737
go-version-file: 'go.mod'
3838
check-latest: true
3939
cache: false
4040

4141
- name: golangci-lint
42-
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
42+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
4343
with:
4444
version: v2.4

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
using: "composite"
3232

3333
steps:
34-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
34+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3535
with:
3636
go-version-file: '${{ github.action_path }}/go.mod'
3737
check-latest: true
@@ -51,7 +51,7 @@ runs:
5151
working-directory: '${{ github.action_path }}'
5252
shell: bash
5353

54-
- uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
54+
- uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
5555
with:
5656
command: '${{ inputs.pulumi_command }}'
5757
stack-name: '${{ inputs.stack_name }}'

0 commit comments

Comments
 (0)