We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b70ab commit 4869c77Copy full SHA for 4869c77
.github/workflows/go_mod_fix.yaml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
fetch-depth: 2
15
- name: fix
16
- uses: at-wat/go-sum-fix-action@v0.9.0
+ uses: at-wat/go-sum-fix-action@v0.9.1
17
18
git_user: "github-actions[bot]"
19
git_email: "41898282+github-actions[bot]@users.noreply.github.com"
.github/workflows/test.yaml
@@ -93,7 +93,7 @@ jobs:
93
go mod download
94
make test-e2e
95
96
- - uses: actions/upload-artifact@v4.6.0
+ - uses: actions/upload-artifact@v4.6.1
97
if: failure() && steps.test.outcome == 'failure'
98
99
name: playwright-report
0 commit comments