commit | 804e8d29edae533fe42cba5b31dcc92b70a6c940 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Sep 06 16:51:40 2023 -0400 |
committer | GitHub <noreply@github.com> | Wed Sep 06 16:51:40 2023 -0400 |
tree | 694e8d279b938a53ec721ebc46d50c9d0b9d8808 | |
parent | 24a9ef089e422a926abffffede14c7b579da4fe9 [diff] [blame] |
chore(deps): bump actions/checkout from 3 to 4 (#562) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/csi.yml b/.github/workflows/csi.yml index 90ff805..971dff1 100644 --- a/.github/workflows/csi.yml +++ b/.github/workflows/csi.yml
@@ -47,7 +47,7 @@ - rbd steps: - name: Checkout project - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Poetry run: pipx install poetry