Skip to content

Commit

Permalink
fix: Update psmodulecache to v6.2.1
Browse files Browse the repository at this point in the history
psmodulecache has a dependency, actions/cache. But psmodulecache v5.1 is using the recently deprecated version of actions/cache (v3.0.11).
Due to the deprecation, every ci works are failed.
Update it to the latest version which makes use of newer actions/cache

Source : https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
  • Loading branch information
Capella87 committed Feb 19, 2025
1 parent 1ffcc02 commit f6a0bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
repository: ScoopInstaller/Scoop
path: scoop_core
- name: Init Test Suite
uses: potatoqualitee/psmodulecache@v5.1
uses: potatoqualitee/psmodulecache@v6.2.1
with:
modules-to-cache: BuildHelpers
shell: powershell
Expand All @@ -48,7 +48,7 @@ jobs:
repository: ScoopInstaller/Scoop
path: scoop_core
- name: Init Test Suite
uses: potatoqualitee/psmodulecache@v5.1
uses: potatoqualitee/psmodulecache@v6.2.1
with:
modules-to-cache: BuildHelpers
shell: pwsh
Expand Down

0 comments on commit f6a0bd0

Please sign in to comment.