Skip to content

Commit 98a2b9e

Browse files
authored
Merge pull request #81 from systemli/dependabot/github_actions/github-actions-34c337be8c
2 parents 7d31e82 + d4e1003 commit 98a2b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
${{ runner.os }}-go-
2929
3030
- name: Login to Docker Hub
31-
uses: docker/login-action@v3.0.0
31+
uses: docker/login-action@v3.1.0
3232
with:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
3434
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)