From bc803eaf226aedc1e46d248ba839224f36303f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 03:23:30 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2 to 4 (#2) Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/resume.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resume.yml b/.github/workflows/resume.yml index ab057a6..974f3b8 100644 --- a/.github/workflows/resume.yml +++ b/.github/workflows/resume.yml @@ -30,7 +30,7 @@ jobs: tectonic-version: ${{ env.tectonic_version }} github-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache Tectonic - uses: actions/cache@v2 + uses: actions/cache@v4 env: { cache-name: cache-tectonic } with: path: ~/.cache/Tectonic