Skip to content

Commit e6952f6

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#9)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecf7bf0 commit e6952f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
name: Testing streamr-docker-dev-action
77
steps:
8-
- uses: actions/checkout@v2.3.5
8+
- uses: actions/checkout@v2.4.0
99
- uses: ./
1010
- run: curl -v http://localhost/api/v1/products
1111
shell: bash

0 commit comments

Comments
 (0)