Skip to content

Commit

Permalink
Merge pull request #78 from fluent-qa/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4.2.0

⬆️ Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
qdriven authored Dec 16, 2024
2 parents 8ad9903 + d84e443 commit e99a09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: pipx install pdm

- name: Set up cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit e99a09c

Please sign in to comment.