Skip to content

Commit

Permalink
Merge pull request #808 from hyperledger/dependabot/github_actions/al…
Browse files Browse the repository at this point in the history
…l-actions-ed383dc19d

Bump azure/docker-login from 1 to 2 in the all-actions group
  • Loading branch information
swcurran committed May 27, 2024
2 parents 8baea3f + 7a16ce5 commit 945c63d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-harness-acapy-ariesvcx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: test-harness
- name: Docker Login
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: docker.pkg.github.com
username: $GITHUB_ACTOR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-harness-ariesvcx-acapy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: test-harness
- name: Docker Login
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: docker.pkg.github.com
username: $GITHUB_ACTOR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-harness-ariesvcx-ariesvcx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: test-harness
- name: Docker Login
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: docker.pkg.github.com
username: $GITHUB_ACTOR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-harness-ariesvcx-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: test-harness
- name: Docker Login
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: docker.pkg.github.com
username: $GITHUB_ACTOR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-harness-javascript-ariesvcx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: test-harness
- name: Docker Login
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: docker.pkg.github.com
username: $GITHUB_ACTOR
Expand Down

0 comments on commit 945c63d

Please sign in to comment.