Skip to content

Commit

Permalink
dependabot(deps): bump docker/login-action from 2 to 3 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 18, 2023
1 parent a157bfc commit 6ea71c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: true
- uses: sigstore/cosign-installer@v3.1.2 # installs cosign
# - uses: anchore/sbom-action/download-syft@v0.14.1 # installs syft
- uses: docker/login-action@v2 # login to ghcr
- uses: docker/login-action@v3 # login to ghcr
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 6ea71c8

Please sign in to comment.