Skip to content

Commit

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

Bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
xcaeag authored Mar 2, 2024
2 parents abca41e + a7737c0 commit f6e3d4f
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].0
- uses: actions/[email protected].1
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].0
- uses: actions/[email protected].1
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].0
- uses: actions/[email protected].1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
Expand Down

0 comments on commit f6e3d4f

Please sign in to comment.