Skip to content

Commit 0e30efa

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e23e12d commit 0e30efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-python@v2
2828
- uses: actions/checkout@v2
2929
- run: sudo apt install -y gettext aspell libenchant-dev
30-
- uses: actions/[email protected].4
30+
- uses: actions/[email protected].5
3131
with:
3232
path: ~/.cache/pip
3333
key: ${{ runner.os }}-pip-${{ hashFiles('lint-requirements.txt') }}
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/setup-python@v2
5252
- uses: actions/checkout@v2
53-
- uses: actions/[email protected].4
53+
- uses: actions/[email protected].5
5454
with:
5555
path: ~/.cache/pip
5656
key: ${{ runner.os }}-pip-${{ hashFiles('lint-requirements.txt') }}

0 commit comments

Comments
 (0)