Skip to content

Commit 1a598b5

Browse files
chore(actions)(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39da4f4 commit 1a598b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- if: steps.vars.outputs.registry == 'ghcr.io'
6969
name: Login to Registry
70-
uses: docker/login-action@v3
70+
uses: docker/login-action@v4
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}
@@ -104,7 +104,7 @@ jobs:
104104
105105
- if: steps.vars.outputs.registry == 'ghcr.io'
106106
name: Attest build provenance
107-
uses: actions/attest-build-provenance@v3
107+
uses: actions/attest-build-provenance@v4
108108
with:
109109
subject-name: ${{ steps.vars.outputs.registry }}/${{ inputs.repository }}
110110
subject-digest: ${{ steps.publish.outputs.output }}

0 commit comments

Comments
 (0)