diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-24 11:53:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 11:53:23 +0900 |
| commit | 857a87d4b6fbad10ae6b4bf4a593343ed642f259 (patch) | |
| tree | 10c5a3a54f95d17d1647b9695855991209d6e8a9 /.github/workflows/docker-develop.yml | |
| parent | fix(deps): update [root] update dependencies (#16449) (diff) | |
| download | misskey-857a87d4b6fbad10ae6b4bf4a593343ed642f259.tar.gz misskey-857a87d4b6fbad10ae6b4bf4a593343ed642f259.tar.bz2 misskey-857a87d4b6fbad10ae6b4bf4a593343ed642f259.zip | |
chore(deps): update [github actions] update dependencies (#16447)
Co-authored-by: renovate[bot] <29139614+renovate[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 56dedf273d..e24ef00d78 100644 --- a/.github/workflows/docker-develop.yml +++ b/.github/workflows/docker-develop.yml @@ -27,7 +27,7 @@ jobs: platform=${{ matrix.platform }} echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Check out the repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Log in to Docker Hub |