Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cloudbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: |
npm i -g @cloudbase/cli
- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: node-modules-cache
with:
path: |
Expand All @@ -147,7 +147,7 @@ jobs:
HUSKY_SKIP_INSTALL: true

- name: Cache build
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
id: build-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
endpoint: builders

- name: Cache Docker layers
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
echo "::set-output name=go-mod-cache::$(go env GOMODCACHE)"

- name: Cache go modules
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: |
${{ steps.cache-paths.outputs.go-cache }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/laravel-artisan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
key: ${{ inputs.cache-key }}

- name: Cache extensions
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand All @@ -93,7 +93,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/laravel-insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
key: ${{ inputs.cache-key }}

- name: Cache extensions
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand All @@ -116,7 +116,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/laravel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
key: ${{ inputs.cache-key }}

- name: Cache extensions
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand All @@ -149,7 +149,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn

- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: node-modules-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn

- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: node-modules-cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
fi
- name: Setup ${{ inputs.pm }} cache
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
id: node-modules-cache
with:
path: |
Expand All @@ -156,7 +156,7 @@ jobs:
HUSKY_SKIP_INSTALL: true

- name: Cache build
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
id: build-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn

- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: node-modules-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn

- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: node-modules-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn

- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: node-modules-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php-insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
key: ${{ inputs.cache-key }}

- name: Cache extensions
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand All @@ -104,7 +104,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
key: ${{ inputs.cache-key }}

- name: Cache extensions
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand All @@ -101,7 +101,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python -m pip install --upgrade black
- id: cache-pipenv
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python -m pip install --upgrade flake8
- id: cache-pipenv
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m pip install --upgrade pipenv wheel

- id: cache-pipenv
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: mkdir --parents ${{ github.workspace }}/.terraform.d/plugin-cache

- name: Cache Terraform dependencies
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ${{ github.workspace }}/.terraform.d/plugin-cache
key: ${{ runner.os }}-terraform-${{ hashFiles('**/.terraform.lock.hcl') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uptoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
submodules: 'true'

- name: Restore Cache
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
id: build-cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wechat-miniprogram-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: node-modules-cache
with:
path: |
Expand All @@ -42,7 +42,7 @@ jobs:
if: steps.node-modules-cache.outputs.cache-hit != 'true'
run: npm i

- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: miniprogram-node-modules-cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wechat-miniprogram-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: node-modules-cache
with:
path: |
Expand All @@ -42,7 +42,7 @@ jobs:
if: steps.node-modules-cache.outputs.cache-hit != 'true'
run: npm i

- uses: actions/cache@v3.2.5
- uses: actions/cache@v3.3.1
id: miniprogram-node-modules-cache
with:
path: |
Expand Down