Skip to content

Commit c189761

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/cache from 2.1.7 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10de772 commit c189761

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v3
1515
- uses: actions/checkout@v3
1616
- run: sudo apt install -y gettext aspell libenchant-dev
17-
- uses: actions/cache@v2.1.7
17+
- uses: actions/cache@v3
1818
with:
1919
path: ~/.cache/pip
2020
key: ${{ runner.os }}-pip-${{ hashFiles('lint-requirements.txt') }}
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/setup-python@v3
3939
- uses: actions/checkout@v3
40-
- uses: actions/cache@v2.1.7
40+
- uses: actions/cache@v3
4141
with:
4242
path: ~/.cache/pip
4343
key: ${{ runner.os }}-pip-${{ hashFiles('lint-requirements.txt') }}

0 commit comments

Comments
 (0)