Skip to content

Commit

Permalink
Bump the all-actions group across 1 directory with 2 updates (#45)
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [hyperskill/azure-login](https://github.com/hyperskill/azure-login).


Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

Updates `hyperskill/azure-login` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/hyperskill/azure-login/releases)
- [Commits](hyperskill/azure-login@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: hyperskill/azure-login
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent ff8c419 commit f6e74ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.AZ_REGISTRY_PASSWORD }}

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry_retention_policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: [ self-hosted, small ]
timeout-minutes: 120
steps:
- uses: hyperskill/azure-login@v2.0.0
- uses: hyperskill/azure-login@v3.0.0
with:
client_id: ${{ secrets.CLIENT_ID }}
client_secret: ${{ secrets.CLIENT_SECRET }}
Expand Down

0 comments on commit f6e74ce

Please sign in to comment.