Skip to content

Commit 88a5d3a

Browse files
Bump the all group with 2 updates (#32)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 046b852 commit 88a5d3a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
persist-credentials: false
4545

4646
- name: setup go
47-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # 6.3.0
47+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # 6.4.0
4848
with:
4949
go-version-file: go.mod
5050

@@ -56,7 +56,7 @@ jobs:
5656
FORCE_COLOR: "true"
5757
run: gotestsum ./...
5858

59-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
59+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
6060

6161
- name: try build
6262
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: setup go
30-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # 6.3.0
30+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # 6.4.0
3131
with:
3232
go-version-file: go.mod
3333
cache: false # no cache to avoid cache-poisoning: https://docs.zizmor.sh/audits/#cache-poisoning
3434

35-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
35+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3636
with:
3737
cache: false # no cache to avoid cache-poisoning: https://docs.zizmor.sh/audits/#cache-poisoning
3838

0 commit comments

Comments
 (0)