From 39eb86f5af5d1d24e471abf0596bc6bec82e95a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 09:21:07 +0900 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/docker-develop.yml') diff --git a/.github/workflows/docker-develop.yml b/.github/workflows/docker-develop.yml index c839c64a72..4e817b0f22 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@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v2.9.1 -- cgit v1.2.3-freya