mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 10:12:23 +06:00
docker-build: Update actions/checkout to v3 (#19288)
This commit is contained in:
parent
6fd254a37d
commit
6dce9e0cdd
2
.github/workflows/build-docker-images.yml
vendored
2
.github/workflows/build-docker-images.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v1
|
||||
-
|
||||
name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user