Skip to content

Commit

Permalink
Merge pull request #617 from TotallyNotRobots/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/cache-3.3.1

build(deps): bump actions/cache from 3.2.4 to 3.3.1
  • Loading branch information
linuxdaemon authored Mar 12, 2024
2 parents 3757e30 + af70e92 commit e15cc21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-ver }}
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-${{ matrix.python-ver }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit e15cc21

Please sign in to comment.