diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-27 09:21:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-27 09:21:07 +0900 |
| commit | 39eb86f5af5d1d24e471abf0596bc6bec82e95a1 (patch) | |
| tree | eb2d1924cd7fd08bdf23c0357efb3105b1e67488 /.github/workflows/test-backend.yml | |
| parent | build(deps): bump cypress-io/github-action from 5 to 6 (#11758) (diff) | |
| download | sharkey-39eb86f5af5d1d24e471abf0596bc6bec82e95a1.tar.gz sharkey-39eb86f5af5d1d24e471abf0596bc6bec82e95a1.tar.bz2 sharkey-39eb86f5af5d1d24e471abf0596bc6bec82e95a1.zip | |
build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#11762)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [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.5.3...v3.6.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/test-backend.yml')
| -rw-r--r-- | .github/workflows/test-backend.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index f0a152731a..1d9e613433 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -29,7 +29,7 @@ jobs: - 56312:6379 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: submodules: true - name: Install pnpm |