Skip to content

Commit 066e335

Browse files
authored
Merge pull request #521 from k1LoW/dependabot/github_actions/dependencies-b2e84f21a4
chore(deps): bump the dependencies group with 3 updates
2 parents 5525d0f + d13370c commit 066e335

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version-file: go.mod
2222
- id: list
23-
uses: shogo82148/actions-go-fuzz/list@0b7e2a3c24b3ce3217b5b3056ef14dd7b67cc698 # v1.2.1
23+
uses: shogo82148/actions-go-fuzz/list@e138e7965624ac74507cb0a64f388b0ff567fa40 # v1.2.2
2424
outputs:
2525
fuzz-tests: ${{steps.list.outputs.fuzz-tests}}
2626

@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4040
with:
4141
go-version-file: go.mod
42-
- uses: shogo82148/actions-go-fuzz/run@0b7e2a3c24b3ce3217b5b3056ef14dd7b67cc698 # v1.2.1
42+
- uses: shogo82148/actions-go-fuzz/run@e138e7965624ac74507cb0a64f388b0ff567fa40 # v1.2.2
4343
with:
4444
packages: ${{ matrix.package }}
4545
fuzz-regexp: ${{ matrix.func }}

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
go-version-file: go.mod
3333
- name: Set up Chrome
34-
uses: browser-actions/setup-chrome@4f8e94349a351df0f048634f25fec36c3c91eded # v2.1.1
34+
uses: browser-actions/setup-chrome@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2
3535
with:
3636
chrome-version: stable
3737
- name: Run integration tests

.github/workflows/tagpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- id: run-tagpr
3232
name: Run tagpr
33-
uses: Songmu/tagpr@9bbb945b2fb025126186661e27d55485e3fc6df6 # v1.18.3
33+
uses: Songmu/tagpr@555e72cee68c09d43dc2337dc9ba890955b630da # v1.19.0
3434

3535
assets:
3636
needs: tagpr

0 commit comments

Comments
 (0)