Skip to content

Commit 1629a07

Browse files
committed
[CI] upgrade docker actions
1 parent 5c49605 commit 1629a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
-
2020
name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
-
2323
name: Docker meta
2424
id: meta
@@ -33,7 +33,7 @@ jobs:
3333
-
3434
name: Login to DockerHub
3535
if: github.event_name != 'pull_request'
36-
uses: docker/login-action@v1
36+
uses: docker/login-action@v3
3737
with:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)