Skip to content

Commit ab159e2

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/generate_release_tag.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
token: ${{ steps.generate.outputs.token }}
22-
- uses: Songmu/[email protected].0
22+
- uses: Songmu/[email protected].1
2323
env:
2424
GITHUB_TOKEN: ${{ steps.generate.outputs.token }}

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/upload-artifact@v4.5.0
96+
- uses: actions/upload-artifact@v4.6.0
9797
if: failure() && steps.test.outcome == 'failure'
9898
with:
9999
name: playwright-report

0 commit comments

Comments
 (0)