From cce4bc081b3cf71e5533302f6586ac04e3bfa178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:48:09 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 3 to 4 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](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b268831..db362d8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest name: Testing streamr-docker-dev-action steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./ - run: curl -v http://localhost/api/v1/products shell: bash diff --git a/action.yaml b/action.yaml index 5c96d06..b12b53d 100644 --- a/action.yaml +++ b/action.yaml @@ -16,7 +16,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: streamr-dev/streamr-docker-dev ref: ${{ inputs.branch }}