diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-19 19:35:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-19 19:35:13 +0900 |
| commit | 3c3d05ba2e1e123ccac8b65bbed0fb6b429a038e (patch) | |
| tree | 19db4d42f7f6adfdeb7b64e8d3e2400b1d458590 /.github/workflows/docker-develop.yml | |
| parent | chore: STLのdb fallbackでwithRepliesがtrueのときにすべてのリプ... (diff) | |
| download | sharkey-3c3d05ba2e1e123ccac8b65bbed0fb6b429a038e.tar.gz sharkey-3c3d05ba2e1e123ccac8b65bbed0fb6b429a038e.tar.bz2 sharkey-3c3d05ba2e1e123ccac8b65bbed0fb6b429a038e.zip | |
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#12062)
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>
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 3e5bb17902..a43789b754 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.1.0 + uses: actions/checkout@v4.1.1 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v3.0.0 |