From 53effa7f83e7bdc89716617e8d8ea2954624611e Mon Sep 17 00:00:00 2001 From: yym68686 Date: Sun, 17 Sep 2023 16:19:26 +0800 Subject: [PATCH] fixed bug: The `save-state` command is deprecated and will be disabled soon --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 027cf67a..78af3391 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: uses: docker/setup-buildx-action@v1.6.0 - 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 }}