diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-02-15 12:43:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-15 12:43:00 +0900 |
| commit | 208b20177604d49d1545e887251f3f80032718e1 (patch) | |
| tree | 2d6ef590f2fce897c745fde173e9fe039433fe46 /.github/workflows/docker-develop.yml | |
| parent | chore(deps): update dependency vitest to v1.6.1 [security] (#15473) (diff) | |
| download | sharkey-208b20177604d49d1545e887251f3f80032718e1.tar.gz sharkey-208b20177604d49d1545e887251f3f80032718e1.tar.bz2 sharkey-208b20177604d49d1545e887251f3f80032718e1.zip | |
chore(deps): update [github actions] update dependencies (#15490)
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 ac2b1b4d35..56dedf273d 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.1.1 + uses: actions/checkout@v4.2.2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Log in to Docker Hub |