Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent a85668d commit 87bc7cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout DIDKit repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: didkit
submodules: true

- name: Checkout SSI library
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: spruceid/ssi
path: ssi
Expand Down Expand Up @@ -135,12 +135,12 @@ jobs:
suite: ["vc-api-issuer-test-suite", "vc-api-verifier-test-suite"] # "di-eddsa-2022-test-suite", "di-ed25519-test-suite", "did-key-test-suite"]
steps:
- name: Checkout DIDKit repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: didkit
submodules: true
- name: Checkout SSI library
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: spruceid/ssi
path: ssi
Expand Down Expand Up @@ -177,12 +177,12 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout DIDKit repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: didkit

- name: Checkout SSI library
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: spruceid/ssi
path: ssi
Expand All @@ -205,12 +205,12 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout DIDKit repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: didkit

- name: Checkout SSI library
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: spruceid/ssi
path: ssi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout DIDKit repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- uses: docker/metadata-action@v4
id: meta
Expand Down

0 comments on commit 87bc7cb

Please sign in to comment.