diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-25 16:05:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 16:05:02 +0900 |
| commit | 2039e244c5c1ef4e68e16292e9d19e3d94629d5a (patch) | |
| tree | 907e17c00b89000f97316eff170a1357a7613cf7 /.github/workflows/docker-develop.yml | |
| parent | enhance: improve moderation log (diff) | |
| download | sharkey-2039e244c5c1ef4e68e16292e9d19e3d94629d5a.tar.gz sharkey-2039e244c5c1ef4e68e16292e9d19e3d94629d5a.tar.bz2 sharkey-2039e244c5c1ef4e68e16292e9d19e3d94629d5a.zip | |
build(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#11900)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.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/v4.0.0...v4.1.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/docker-develop.yml')
| -rw-r--r-- | .github/workflows/docker-develop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-develop.yml b/.github/workflows/docker-develop.yml index 05bb7f77f9..3e5bb17902 100644 --- a/.github/workflows/docker-develop.yml +++ b/.github/workflows/docker-develop.yml @@ -13,7 +13,7 @@ jobs: if: github.repository == 'misskey-dev/misskey' steps: - name: Check out the repo - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v3.0.0 |