Skip to content

Commit 1bc388a

Browse files
authored
Upgrade GitHub Actions to latest versions (#3969)
1 parent 566607f commit 1bc388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "container_name=$container_name" >> $GITHUB_OUTPUT
4040
4141
- name: Log in to the Container registry
42-
uses: docker/login-action@v2
42+
uses: docker/login-action@v3
4343
with:
4444
registry: ${{ env.DOCKER_REGISTRY }}
4545
username: ${{ github.actor }}

0 commit comments

Comments
 (0)