Skip to content

Commit 4869c77

Browse files
chore(deps): update github-actions (#233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51b70ab commit 4869c77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/go_mod_fix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 2
1515
- name: fix
16-
uses: at-wat/[email protected].0
16+
uses: at-wat/[email protected].1
1717
with:
1818
git_user: "github-actions[bot]"
1919
git_email: "41898282+github-actions[bot]@users.noreply.github.com"

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
go mod download
9494
make test-e2e
9595
96-
- uses: actions/[email protected].0
96+
- uses: actions/[email protected].1
9797
if: failure() && steps.test.outcome == 'failure'
9898
with:
9999
name: playwright-report

0 commit comments

Comments
 (0)