Skip to content

Commit aa93cc9

Browse files
chore(deps): update github-actions (#278)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 239a74f commit aa93cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go_mod_fix.yaml

Lines changed: 1 addition & 1 deletion
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/go-sum-fix-action@v0.9.3
16+
uses: at-wat/go-sum-fix-action@v0.9.4
1717
with:
1818
git_user: "github-actions[bot]"
1919
git_email: "41898282+github-actions[bot]@users.noreply.github.com"

.github/workflows/push_binary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
goos: windows
2424
steps:
2525
- uses: actions/checkout@v5
26-
- uses: wangyoucao577/go-release-action@v1.53
26+
- uses: wangyoucao577/go-release-action@v1.54
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)