mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-02-09 02:08:52 -06:00
build(deps): bump actions/cache from 3.3.2 to 3.3.3 (#1761)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.x
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3.3.2
|
||||
uses: actions/cache@v3.3.3
|
||||
with:
|
||||
path: .cache
|
||||
key: ${{ runner.os }}-build-${{ hashFiles('docs/requirements.txt') }}
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.x
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3.3.2
|
||||
uses: actions/cache@v3.3.3
|
||||
with:
|
||||
path: .cache
|
||||
key: ${{ runner.os }}-build-${{ hashFiles('docs/requirements.txt') }}
|
||||
|
||||
Reference in New Issue
Block a user