Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent bb42ba2 commit aebad3e
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 @@ -45,8 +45,8 @@ jobs:
# v5.2.0
with:
python-version: 3.12
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
# v4.0.2
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
with:
path: ~/.local
key: poetry-latest
Expand All @@ -57,8 +57,8 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true
- id: cache-deps
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
# v4.0.2
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
with:
path: .venv
key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }}
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
# v4.0.2
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
with:
path: ~/.pulumi/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 @@ -30,8 +30,8 @@ jobs:
# v5.2.0
with:
python-version: 3.12
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
# v4.0.2
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
with:
path: ~/.local
key: poetry-latest
Expand All @@ -42,8 +42,8 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true
- id: cache-deps
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
# v4.0.2
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
with:
path: .venv
key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }}
Expand All @@ -55,8 +55,8 @@ jobs:
organization: notdodo
requested-token-type: urn:pulumi:token-type:access_token:personal
scope: user:notdodo
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
# v4.0.2
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
# v4.1.1
with:
path: ~/.pulumi/plugins
key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit aebad3e

Please sign in to comment.