Skip to content

Commit

Permalink
Bump actions/cache from 3.0.5 to 3.0.8
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.5...v3.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Gustry committed Sep 1, 2022
1 parent e87264c commit 05ce14d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/[email protected].5
- uses: actions/[email protected].8
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
sudo apt-get update
sudo apt-get install qt5-default qttools5-dev-tools
- uses: actions/[email protected].5
- uses: actions/[email protected].8
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: '12'

- name: Cache project dependencies (pip)
uses: actions/[email protected].5
uses: actions/[email protected].8
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/doc.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: "3.10"

- uses: actions/[email protected].5
- uses: actions/[email protected].8
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }}
Expand Down

0 comments on commit 05ce14d

Please sign in to comment.