Skip to content

Commit 758053d

Browse files
build(deps): bump actions/checkout from 3.5.0 to 3.5.2 (#203)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f96128c commit 758053d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].2
2323
- name: Run YAML Lint
2424
uses: ibiqlik/[email protected]
2525
with:
@@ -45,7 +45,7 @@ jobs:
4545
- ubuntu-22.04
4646
steps:
4747
- name: Check out the repo
48-
uses: actions/[email protected].0
48+
uses: actions/[email protected].2
4949
- name: Run streamr-docker-dev
5050
run: make test-docker-dev
5151
- name: Collect docker logs on failure

0 commit comments

Comments
 (0)