diff --git a/.github/workflows/cloudbase.yml b/.github/workflows/cloudbase.yml index 697ab51..747494a 100644 --- a/.github/workflows/cloudbase.yml +++ b/.github/workflows/cloudbase.yml @@ -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: | @@ -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: | diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index ba295b0..01b7485 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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 }} diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index f074bf0..c54ce1e 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -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 }} diff --git a/.github/workflows/laravel-artisan.yml b/.github/workflows/laravel-artisan.yml index 8a3b3ed..aa2c1f5 100644 --- a/.github/workflows/laravel-artisan.yml +++ b/.github/workflows/laravel-artisan.yml @@ -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 }} @@ -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') }} diff --git a/.github/workflows/laravel-insights.yml b/.github/workflows/laravel-insights.yml index 4cdf6d6..e28b4a5 100644 --- a/.github/workflows/laravel-insights.yml +++ b/.github/workflows/laravel-insights.yml @@ -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 }} @@ -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') }} diff --git a/.github/workflows/laravel-test.yml b/.github/workflows/laravel-test.yml index 0f82619..667d7e4 100644 --- a/.github/workflows/laravel-test.yml +++ b/.github/workflows/laravel-test.yml @@ -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 }} @@ -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') }} diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 4e6bafe..177b31a 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -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: | diff --git a/.github/workflows/netlify-preview-deploy.yml b/.github/workflows/netlify-preview-deploy.yml index 265b1ef..c781180 100644 --- a/.github/workflows/netlify-preview-deploy.yml +++ b/.github/workflows/netlify-preview-deploy.yml @@ -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: | diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index 9a9135a..239b2b7 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -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: | @@ -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: | diff --git a/.github/workflows/node-eslint.yml b/.github/workflows/node-eslint.yml index 4f8d668..0e3a28a 100644 --- a/.github/workflows/node-eslint.yml +++ b/.github/workflows/node-eslint.yml @@ -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: | diff --git a/.github/workflows/node-format.yml b/.github/workflows/node-format.yml index 51c886a..aa3a6dc 100644 --- a/.github/workflows/node-format.yml +++ b/.github/workflows/node-format.yml @@ -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: | diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index d3515cb..bb3bbe1 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -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: | diff --git a/.github/workflows/php-format.yml b/.github/workflows/php-format.yml index 6a5d079..21671f4 100644 --- a/.github/workflows/php-format.yml +++ b/.github/workflows/php-format.yml @@ -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') }} diff --git a/.github/workflows/php-insights.yml b/.github/workflows/php-insights.yml index 0e1b80d..789ae97 100644 --- a/.github/workflows/php-insights.yml +++ b/.github/workflows/php-insights.yml @@ -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 }} @@ -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') }} diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index f446a5f..7d1c566 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -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 }} @@ -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') }} diff --git a/.github/workflows/python-check-format.yml b/.github/workflows/python-check-format.yml index 081f658..244fadb 100644 --- a/.github/workflows/python-check-format.yml +++ b/.github/workflows/python-check-format.yml @@ -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') }} diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml index fa59135..acecb05 100644 --- a/.github/workflows/python-lint.yml +++ b/.github/workflows/python-lint.yml @@ -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') }} diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index d3bf369..df8bc6b 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -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') }} diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 69cbb95..836ba6b 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -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') }} diff --git a/.github/workflows/uptoc.yml b/.github/workflows/uptoc.yml index 068bec7..61358af 100644 --- a/.github/workflows/uptoc.yml +++ b/.github/workflows/uptoc.yml @@ -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: | diff --git a/.github/workflows/wechat-miniprogram-preview.yml b/.github/workflows/wechat-miniprogram-preview.yml index 38329e3..ce51aae 100644 --- a/.github/workflows/wechat-miniprogram-preview.yml +++ b/.github/workflows/wechat-miniprogram-preview.yml @@ -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: | @@ -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: | diff --git a/.github/workflows/wechat-miniprogram-upload.yml b/.github/workflows/wechat-miniprogram-upload.yml index f91c315..53d734b 100644 --- a/.github/workflows/wechat-miniprogram-upload.yml +++ b/.github/workflows/wechat-miniprogram-upload.yml @@ -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: | @@ -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: |