Skip to content

Commit 02e4ead

Browse files
build(deps): bump docker/login-action from 2 to 3 (#11)
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65646ff commit 02e4ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deno-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
- uses: actions/checkout@v4
6565

6666
- name: Log into GitHub Container Registry
67-
uses: docker/login-action@v2
67+
uses: docker/login-action@v3
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.actor }}
7171
password: ${{ secrets.GITHUB_TOKEN }}
7272
- name: Log into Google Container Registry
73-
uses: docker/login-action@v2
73+
uses: docker/login-action@v3
7474
with:
7575
registry: gcr.io
7676
username: _json_key

0 commit comments

Comments
 (0)