Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent cc24a35 commit 90cc998
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.2.0
with:
python-version: 3.12
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
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@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
with:
path: ${{ env.POETRY_PATH }}/.venv
key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }}
Expand All @@ -68,8 +68,8 @@ jobs:
organization: notdodo
requested-token-type: urn:pulumi:token-type:access_token:personal
scope: user:notdodo
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
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.2.0
with:
python-version: 3.12
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
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@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
with:
path: ${{ env.POETRY_PATH }}/.venv
key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }}
Expand All @@ -60,8 +60,8 @@ jobs:
organization: notdodo
requested-token-type: urn:pulumi:token-type:access_token:personal
scope: user:notdodo
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
with:
path: ${{ env.PULUMI_HOME }}/plugins
key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit 90cc998

Please sign in to comment.