Skip to content

Commit

Permalink
Merge branch 'main' into dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
swcurran committed May 27, 2024
2 parents 719123d + c3cae9b commit 02ca67c
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 25 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
61 changes: 41 additions & 20 deletions aries-backchannels/aries-vcx/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02ca67c

Please sign in to comment.