Skip to content

Commit

Permalink
Merge pull request #86 from xcaeag/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4.0.2

Bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
xcaeag authored Apr 2, 2024
2 parents 7d86e2a + 708d457 commit 7fe07af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc2pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: '${{ env.PYTHON_VERSION }}'

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/documentation.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 @@ -27,7 +27,7 @@ jobs:
with:
python-version: '${{ env.PYTHON_VERSION }}'

- 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/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: '${{ env.PYTHON_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 7fe07af

Please sign in to comment.