diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-16 16:32:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 16:32:49 +0900 |
| commit | 7fdf5ffea28487cc094219d8d974ebff51d98e13 (patch) | |
| tree | 053999f6c363728305547118694e9e879aa6fa9f /.github/workflows/deploy-test-environment.yml | |
| parent | chore(deps): bump pnpm/action-setup from 2 to 3 (#13310) (diff) | |
| download | misskey-7fdf5ffea28487cc094219d8d974ebff51d98e13.tar.gz misskey-7fdf5ffea28487cc094219d8d974ebff51d98e13.tar.bz2 misskey-7fdf5ffea28487cc094219d8d974ebff51d98e13.zip | |
chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 (#13309)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.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/v3.6.0...v4.1.1)
---
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>
Diffstat (limited to '.github/workflows/deploy-test-environment.yml')
| -rw-r--r-- | .github/workflows/deploy-test-environment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy-test-environment.yml b/.github/workflows/deploy-test-environment.yml index 7f58654f33..77cdcfaf88 100644 --- a/.github/workflows/deploy-test-environment.yml +++ b/.github/workflows/deploy-test-environment.yml @@ -28,7 +28,7 @@ jobs: wait_time: ${{ steps.get-wait-time.outputs.wait_time }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.1 - name: Check allowed users id: check-allowed-users |