aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-15 11:04:50 -0500
committerGitHub <[email protected]>2026-07-15 11:04:50 -0500
commitd498e15a5993bdbb4870f513b5d3d7b3b05bbf03 (patch)
tree7524bb231c44bda7a337a28f7c73d3be201f6089
parent268d558e3a79e5b9c0e7696e14ae4bf986ef1517 (diff)
downloadskunky-art-d498e15a5993bdbb4870f513b5d3d7b3b05bbf03.tar.gz
skunky-art-d498e15a5993bdbb4870f513b5d3d7b3b05bbf03.tar.bz2
skunky-art-d498e15a5993bdbb4870f513b5d3d7b3b05bbf03.zip
Bump docker/login-action from 3 to 4 (#7)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' 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>
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 492675a..c3fee08 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v4
- name: Log in to ${{ env.REGISTRY }}
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}