From e74dfe5a4024aba2ab59355e7d2dd09f65c6c0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:23:10 +0000 Subject: [PATCH] fix: bump the all-deps group across 1 directory with 5 updates Bumps the all-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` | | [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) | `1.7.0` | `1.8.0` | | [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) Updates `lewagon/wait-on-check-action` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/9312864dfbc9fd208e9c0417843430751c042800...96d9100b431964d10e0136aff8b9ccb92470505e) Updates `actions/cache` from 5.0.4 to 5.0.5 - [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/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: lewagon/wait-on-check-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/_auto-release.yml | 2 +- .github/workflows/_make-docs.yml | 6 +++--- .github/workflows/_validate-workflows.yml | 4 ++-- .github/workflows/npm-pack.yml | 8 ++++---- .github/workflows/npm-publish.yml | 6 +++--- .github/workflows/npm-run-script.yml | 10 +++++----- .github/workflows/semantic-release.yml | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/_auto-release.yml b/.github/workflows/_auto-release.yml index 65083f6..5c80a05 100644 --- a/.github/workflows/_auto-release.yml +++ b/.github/workflows/_auto-release.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set Major Version to the current Release env: diff --git a/.github/workflows/_make-docs.yml b/.github/workflows/_make-docs.yml index e4a9bf7..98f94c0 100644 --- a/.github/workflows/_make-docs.yml +++ b/.github/workflows/_make-docs.yml @@ -18,9 +18,9 @@ jobs: contents: write runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 - name: Make Docs run: | @@ -29,7 +29,7 @@ jobs: working-directory: ./script/make-docs - name: Wait for Release job - uses: lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800 # v1 + uses: lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e # v1 with: ref: ${{ github.ref }} check-name: 'Release / Semantic Release' diff --git a/.github/workflows/_validate-workflows.yml b/.github/workflows/_validate-workflows.yml index 0b27def..d0c5d25 100644 --- a/.github/workflows/_validate-workflows.yml +++ b/.github/workflows/_validate-workflows.yml @@ -17,9 +17,9 @@ jobs: contents: read runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ vars.NODE_VERSION_DEFAULT }} cache: 'npm' diff --git a/.github/workflows/npm-pack.yml b/.github/workflows/npm-pack.yml index cf77634..7e4caa7 100644 --- a/.github/workflows/npm-pack.yml +++ b/.github/workflows/npm-pack.yml @@ -130,10 +130,10 @@ jobs: package-version: ${{ steps.version.outputs.package-version }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node-version }} node-version-file: ${{ inputs.node-version-file }} @@ -155,7 +155,7 @@ jobs: npm config set $URL/:_authToken ${{inputs.private-registry-token}} - name: Cache dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 id: cache-modules with: path: ${{ inputs.cache-modules-path }} @@ -206,7 +206,7 @@ jobs: - name: Upload Artifact if: ${{ inputs.upload-artifact && steps.pack.outputs.package-filename != '' }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: retention-days: ${{ inputs.artifact-retention-days }} path: ${{ inputs.working-directory }}/${{ steps.pack.outputs.package-filename }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a5cb85d..1e539ad 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -131,10 +131,10 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node-version }} node-version-file: ${{ inputs.node-version-file }} @@ -157,7 +157,7 @@ jobs: - name: Cache dependencies if: ${{ !inputs.download-artifact }} - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 id: cache-modules with: path: ${{ inputs.cache-modules-path }} diff --git a/.github/workflows/npm-run-script.yml b/.github/workflows/npm-run-script.yml index a0bce49..edfe1e4 100644 --- a/.github/workflows/npm-run-script.yml +++ b/.github/workflows/npm-run-script.yml @@ -152,7 +152,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Download Artifact uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 @@ -175,7 +175,7 @@ jobs: unzip -qo ${{ github.workspace }}/artifact-${{ github.sha }}.zip -d ${{ inputs.download-artifact-path }} - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node-version }} node-version-file: ${{ inputs.node-version-file }} @@ -197,7 +197,7 @@ jobs: npm config set $URL/:_authToken ${{inputs.private-registry-token}} - name: Cache dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 id: cache-modules with: path: ${{ inputs.working-directory }}/node_modules @@ -227,7 +227,7 @@ jobs: - name: Upload Artifact if: ${{ inputs.upload-artifact && !inputs.upload-artifact-zipped }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: retention-days: ${{ inputs.artifact-retention-days }} path: ${{ inputs.upload-artifact-path }} @@ -235,7 +235,7 @@ jobs: - name: Upload Zipped Artifact if: ${{ inputs.upload-artifact && inputs.upload-artifact-zipped }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: retention-days: ${{ inputs.artifact-retention-days }} path: ${{ github.workspace }}/artifact-${{ github.sha }}.zip diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 6e252c7..a49ae0a 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -31,7 +31,7 @@ jobs: version: ${{ steps.semantic.outputs.new_release_version }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 persist-credentials: false