Skip to content

Commit

Permalink
fixed bug: The save-state command is deprecated and will be disable…
Browse files Browse the repository at this point in the history
…d soon
  • Loading branch information
yym68686 committed Sep 17, 2023
1 parent 21f124a commit 53effa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/[email protected]

- name: Login to Docker Hub
uses: docker/login-action@v1.10.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 53effa7

Please sign in to comment.