From add6e4d4d0bab6534c2e0c21658131305b0409a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:36:27 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 in the all-actions group 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/test-aries-vcr-issuer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-aries-vcr-issuer.yml b/.github/workflows/test-aries-vcr-issuer.yml index b9fed84..74b10fa 100644 --- a/.github/workflows/test-aries-vcr-issuer.yml +++ b/.github/workflows/test-aries-vcr-issuer.yml @@ -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