From 7ac67f3735b1ba6b1e1565ab9136d83c50f58abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:27:15 +0100 Subject: [PATCH] build(deps): bump the github-actions group with 2 updates (#5125) Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [buildsville/add-remove-label](https://github.com/buildsville/add-remove-label). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) Updates `buildsville/add-remove-label` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/buildsville/add-remove-label/releases) - [Commits](https://github.com/buildsville/add-remove-label/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: buildsville/add-remove-label dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/browser-test.yml | 4 ++-- .github/workflows/mocha.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/browser-test.yml b/.github/workflows/browser-test.yml index a037f6cc56..890769437f 100644 --- a/.github/workflows/browser-test.yml +++ b/.github/workflows/browser-test.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false - name: 'Cache node_modules' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '~/.npm' key: "ubuntu-latest-node-full-lts-${{ hashFiles('**/package-lock.json') }}" @@ -32,7 +32,7 @@ jobs: SAUCE_USERNAME: '${{secrets.SAUCE_USERNAME}}' SAUCE_ACCESS_KEY: '${{secrets.SAUCE_ACCESS_KEY}}' - name: remove 'run-browser-test' label - uses: buildsville/add-remove-label@v2.0.0 + uses: buildsville/add-remove-label@v2.0.1 if: ${{ always() }} with: token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/mocha.yml b/.github/workflows/mocha.yml index a71d47804e..33e357fd9a 100644 --- a/.github/workflows/mocha.yml +++ b/.github/workflows/mocha.yml @@ -70,7 +70,7 @@ jobs: with: persist-credentials: false - name: 'Cache node_modules' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '~/.npm' key: "ubuntu-latest-node-lts-${{ hashFiles('**/package-lock.json') }}" @@ -113,7 +113,7 @@ jobs: run: | echo "dir=$(npm config get cache)" >> $env:GITHUB_OUTPUT - name: 'Cache node_modules' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ matrix.os == 'ubuntu-latest' && '~/.npm' || steps.npm-cache.outputs.dir }} key: "${{ matrix.os }}-node-v${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}" @@ -152,7 +152,7 @@ jobs: with: persist-credentials: false - name: 'Cache node_modules' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '~/.npm' # this key is different than above, since we are running scripts @@ -189,7 +189,7 @@ jobs: with: persist-credentials: false - name: 'Cache node_modules' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '~/.npm' # this key is different than above, since we are running scripts