Skip to content

Commit eeaa9a7

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

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/[email protected]
2828
- uses: actions/[email protected]
2929
- run: sudo apt install -y gettext aspell libenchant-dev
30-
- uses: actions/[email protected].5
30+
- uses: actions/[email protected].6
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/[email protected]
5252
- uses: actions/[email protected]
53-
- uses: actions/[email protected].5
53+
- uses: actions/[email protected].6
5454
with:
5555
path: ~/.cache/pip
5656
key: ${{ runner.os }}-pip-${{ hashFiles('lint-requirements.txt') }}

0 commit comments

Comments
 (0)