Skip to content

Commit 37026c9

Browse files
build: bump docker/login-action from 3.0.0 to 3.1.0 (#186)
1 parent 260c34d commit 37026c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
MAJOR_VERSION="${VERSION%%.*}"
5252
echo "MAJOR_VERSION=$MAJOR_VERSION" >> "$GITHUB_ENV"
5353
- name: Log in to the Container registry
54-
uses: docker/login-action@v3.0.0
54+
uses: docker/login-action@v3.1.0
5555
with:
5656
registry: ${{ env.REGISTRY }}
5757
username: ${{ github.actor }}

0 commit comments

Comments
 (0)