Skip to content

Commit 04c5d4d

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#7610)
Bumps the actions group with 2 updates in the / directory: [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) and [azure/login](https://github.com/azure/login). Updates `peter-evans/dockerhub-description` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](peter-evans/dockerhub-description@0505d8b...432a30c) Updates `azure/login` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@a65d910...a457da9) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: azure/login dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Abel <[email protected]>
1 parent 5e21a90 commit 04c5d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sed -i '3,4d' README.md
2727
2828
- name: Docker Hub Description
29-
uses: peter-evans/dockerhub-description@0505d8b04853a30189aee66f5bb7fd1511bbac71 # v4.0.1
29+
uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 # v4.0.2
3030
with:
3131
username: ${{ secrets.DOCKER_USERNAME }}
3232
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ jobs:
484484
fail-on-cache-miss: true
485485

486486
- name: Azure login
487-
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
487+
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
488488
with:
489489
client-id: ${{ secrets.AZURE_CLIENT_ID }}
490490
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)