From ad579ee7749e296fc586d1e0a569b818b20d8efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:17:39 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 6 in /.github/workflows Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 3fb23c4..7369723 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -34,7 +34,7 @@ jobs: # OG 이미지를 CI 실행 간에 보존해 cache-cold로 매번 전부 재생성하는 것을 방지. - name: Cache OG images - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: public/og key: og-${{ hashFiles('src/og/**', 'scripts/generate-og.mts', 'public/newLogoWithText.svg', 'public/og-background.png') }}