Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 in the all-actions group
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 2e2add6 commit 4eedfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-aries-vcr-issuer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: (github.event_name == 'schedule' && github.repository == 'hyperledger/aries-vcr-issuer-controller') || (github.event_name != 'schedule')
steps:
- name: checkout-aries-vcr-issuer
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: aries-vcr-issuer-controller
#- name: run-von-network
Expand Down

0 comments on commit 4eedfcd

Please sign in to comment.