Skip to content

Commit d8514d1

Browse files
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6cbc4c commit d8514d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cluster-autoscaler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
repository: "kubernetes/autoscaler"
1616
ref: "cluster-autoscaler-1.26.0"
1717
- name: Login to GitHub Container Registry
18-
uses: docker/login-action@v2
18+
uses: docker/login-action@v3
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)