Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.1.2 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6849a64...1bd1e32)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 8eb5290 commit c215108
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
# v5.3.0
with:
python-version: 3.12
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
# v4.2.0
with:
path: ~/.local
key: poetry-latest
Expand All @@ -53,8 +53,8 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true
- id: cache-deps
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
# v4.2.0
with:
path: |
${{ env.POETRY_PATH }}/.venv
Expand All @@ -70,8 +70,8 @@ jobs:
organization: notdodo
requested-token-type: urn:pulumi:token-type:access_token:personal
scope: user:notdodo
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
# v4.2.0
with:
path: ${{ env.PULUMI_HOME }}/plugins
key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pulumi-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# v5.3.0
with:
python-version: 3.12
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
# v4.2.0
with:
path: ~/.local
key: poetry-latest
Expand All @@ -45,8 +45,8 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true
- id: cache-deps
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
# v4.2.0
with:
path: |
${{ env.POETRY_PATH }}/.venv
Expand All @@ -62,8 +62,8 @@ jobs:
organization: notdodo
requested-token-type: urn:pulumi:token-type:access_token:personal
scope: user:notdodo
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
# v4.2.0
with:
path: ${{ env.PULUMI_HOME }}/plugins
key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit c215108

Please sign in to comment.