Skip to content

Commit 65bd5fe

Browse files
Update github actions
1 parent 575ce9f commit 65bd5fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tagpr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212
- id: run-tagpr
13-
uses: Songmu/tagpr@9bbb945b2fb025126186661e27d55485e3fc6df6 # v1.18.3
13+
uses: Songmu/tagpr@555e72cee68c09d43dc2337dc9ba890955b630da # v1.19.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616

@@ -24,7 +24,7 @@ jobs:
2424
- name: Fetch all tags
2525
run: git fetch --force --tags
2626
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
27-
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
27+
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}
@@ -34,13 +34,13 @@ jobs:
3434
with:
3535
go-version: 1.26
3636
- name: Run GoReleaser
37-
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
37+
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
3838
with:
3939
version: ~> v2
4040
args: release --clean
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
- uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
43+
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
4444
with:
4545
context: .
4646
push: true

0 commit comments

Comments
 (0)