diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-15 11:04:50 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-15 11:04:50 -0500 |
| commit | d498e15a5993bdbb4870f513b5d3d7b3b05bbf03 (patch) | |
| tree | 7524bb231c44bda7a337a28f7c73d3be201f6089 | |
| parent | 268d558e3a79e5b9c0e7696e14ae4bf986ef1517 (diff) | |
| download | skunky-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.yml | 2 |
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 }} |
