diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-18 12:37:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 12:37:13 +0000 |
| commit | 9721801c9b57a8dd80e09be4fab48fc3bc8bc463 (patch) | |
| tree | cf4ca9b4dae22990ec83b268198742e168c0e73b /.github/workflows/test-frontend.yml | |
| parent | fix: reports not sending email (diff) | |
| download | sharkey-9721801c9b57a8dd80e09be4fab48fc3bc8bc463.tar.gz sharkey-9721801c9b57a8dd80e09be4fab48fc3bc8bc463.tar.bz2 sharkey-9721801c9b57a8dd80e09be4fab48fc3bc8bc463.zip | |
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [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/v4.1.0...v4.1.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/test-frontend.yml')
| -rw-r--r-- | .github/workflows/test-frontend.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index 1b69229f15..a736924e3b 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -16,7 +16,7 @@ jobs: node-version: [20.5.1] steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: submodules: true - name: Install pnpm @@ -68,7 +68,7 @@ jobs: - 56312:6379 steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: submodules: true # https://github.com/cypress-io/cypress-docker-images/issues/150 |