Skip to content

0.7.0

Latest

Choose a tag to compare

@AndreKurait AndreKurait released this 03 Jun 01:13
0.7.0
7a38879

First release from the AndreKurait/docker-cache fork.

To upgrade, change uses: ScribeMD/docker-cache@0.6.0 to uses: AndreKurait/docker-cache@0.7.0 in your workflows. Dependabot and Renovate will pick this up as the latest version automatically.

Highlights

Runtime

Fixes

  • Bump @actions/cache from v4.0.3 to v6.0.1 (#1) — required for the new GitHub Cache v2 service.
  • Bump @actions/core from v1.11.1 to v3.0.1 (#2).
  • Handle Docker startup races on Windows runners (ScribeMD#30).
  • Harden image verification and cache cleanup; remove platform-dependent dangling-image assertion (ScribeMD#10, ScribeMD#12).

Build

  • dist/ was previously not rebuilt after the runtime-dep bumps. This release rebuilds the action bundle so it actually reflects package.json.
  • tsconfig.json now excludes test sources, so yarn build produces a dist/ consistent with package.json without depending on test-side type fixes.

Changelog

See CHANGELOG.md and the full diff against 0.6.0.