Skip to content

Commit

Permalink
Merge pull request #124 from aldrichtr/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.0.0

build(deps): bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
aldrichtr authored Jan 18, 2024
2 parents 8f596ad + 976ddd5 commit b328e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4
- id: cache-modules
name: Use the module cache if present
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: |
~\Documents\PowerShell\Modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4
- id: cache-modules
name: Use the module cache if present
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: |
~\Documents\PowerShell\Modules
Expand Down

0 comments on commit b328e7a

Please sign in to comment.