Skip to content

Commit df5c048

Browse files
build: bump docker/login-action from 3.4.0 to 3.5.0 (#250)
1 parent 019480f commit df5c048

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
@@ -57,7 +57,7 @@ jobs:
5757
MAJOR_VERSION="${VERSION%%.*}"
5858
echo "MAJOR_VERSION=$MAJOR_VERSION" >> "$GITHUB_ENV"
5959
- name: Log in to the Container registry
60-
uses: docker/login-action@v3.4.0
60+
uses: docker/login-action@v3.5.0
6161
with:
6262
registry: ${{ env.REGISTRY }}
6363
username: ${{ github.actor }}

0 commit comments

Comments
 (0)