Skip to content

Commit dd49941

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_release_tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: actions/checkout@v5
2020
with:
2121
token: ${{ steps.generate.outputs.token }}
22-
- uses: Songmu/tagpr@v1.9.0
22+
- uses: Songmu/tagpr@v1.10.0
2323
env:
2424
GITHUB_TOKEN: ${{ steps.generate.outputs.token }}

.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.54
26+
- uses: wangyoucao577/go-release-action@v1.55
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)