Skip to content

Commit

Permalink
Merge pull request #68 from git-for-windows/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
rimrul authored Feb 7, 2024
2 parents cad8bb8 + 08a4d31 commit 5cd575b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
}
- name: Restore ${{env.MINGW_PACKAGE_PREFIX}}-git, if cached
id: restore-cached-git-pkg
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: artifacts
key: pkg-${{env.GIT_VERSION}}-${{env.ARCHITECTURE}}-${{env.TAG_GIT_WORKFLOW_RUN_ID}}
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
fi)
- name: Cache ${{env.MINGW_PACKAGE_PREFIX}}-git
if: steps.restore-cached-git-pkg.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: artifacts
key: pkg-${{env.GIT_VERSION}}-${{env.ARCHITECTURE}}-${{env.TAG_GIT_WORKFLOW_RUN_ID}}
Expand Down

0 comments on commit 5cd575b

Please sign in to comment.