Skip to content

Commit cc62469

Browse files
build(deps): bump actions/checkout from 3.5.2 to 4.0.0 (#217)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01c92b2 commit cc62469

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/checkout@v3.5.2
22+
uses: actions/checkout@v4.0.0
2323
- name: Run YAML Lint
2424
uses: ibiqlik/action-yamllint@v3.1
2525
with:
@@ -45,7 +45,7 @@ jobs:
4545
- ubuntu-22.04
4646
steps:
4747
- name: Check out the repo
48-
uses: actions/checkout@v3.5.2
48+
uses: actions/checkout@v4.0.0
4949
- name: Start Streamr Docker Stack
5050
# TODO the entry-point service is temporarily disabled as broker images are not yet built from streamr-1.0 branch
5151
run: ./streamr-docker-dev/bin.sh start --wait --timeout 600 --except entry-point

0 commit comments

Comments
 (0)