Skip to content

Commit

Permalink
Bump actions/cache from 3.3.1 to 3.3.2 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Jan 30, 2024
2 parents 7e5128c + 42f3c70 commit 8acd477
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: "pip"

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

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Print QGIS version
run: qgis --version

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

0 comments on commit 8acd477

Please sign in to comment.