From 765d515c08f0462b5e411793916433286eefa417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:42:38 +0000 Subject: [PATCH] chore(deps): bump the actions group with 6 updates Bumps the actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.4.0` | `7.0.1` | | [actions/cache](https://github.com/actions/cache) | `3.5.0` | `6.1.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.3.1` | `6.2.3` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.4.0` | `7.0.0` | | [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) | `2.1.2` | `4.0.1` | Updates `actions/checkout` from 4.4.0 to 7.0.1 - [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/v4.4.0...v7.0.1) Updates `actions/cache` from 3.5.0 to 6.1.0 - [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.5.0...v6.1.0) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v7.0.1) Updates `aws-actions/configure-aws-credentials` from 4.3.1 to 6.2.3 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v4.3.1...v6.2.3) Updates `actions/setup-node` from 4.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v7.0.0) Updates `peter-evans/repository-dispatch` from 2.1.2 to 4.0.1 - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2.1.2...v4.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/repository-dispatch dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yml | 8 ++++---- .github/workflows/pr-to-s3.yml | 6 +++--- .github/workflows/push-to-s3.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- .github/workflows/update-devdoc.yml | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8415a2be..1355c81c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -24,16 +24,16 @@ jobs: shard: [1, 2, 3, 4, 5, 6, 7, 8] fail-fast: false steps: - - uses: actions/checkout@v4.4.0 + - uses: actions/checkout@v7.0.1 with: lfs: true - - uses: actions/cache@v3.5.0 + - uses: actions/cache@v6.1.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node - - uses: actions/cache@v3.5.0 + - uses: actions/cache@v6.1.0 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-e2e @@ -50,7 +50,7 @@ jobs: env: CI: true - name: Push test report to artifacts - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.1 if: failure() with: name: Test Results ${{ github.sha }} diff --git a/.github/workflows/pr-to-s3.yml b/.github/workflows/pr-to-s3.yml index 1d29f1f8..56ec8163 100644 --- a/.github/workflows/pr-to-s3.yml +++ b/.github/workflows/pr-to-s3.yml @@ -9,8 +9,8 @@ jobs: if: "!contains(github.event.head_commit.message, 'skip ci')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.4.0 - - uses: actions/cache@v3.5.0 + - uses: actions/checkout@v7.0.1 + - uses: actions/cache@v6.1.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -24,7 +24,7 @@ jobs: rm -rf dist/samples/**/package-lock.json rm -rf dist/samples/**/app/.gitignore - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v6.2.3 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/push-to-s3.yml b/.github/workflows/push-to-s3.yml index 44217850..2c9474b2 100644 --- a/.github/workflows/push-to-s3.yml +++ b/.github/workflows/push-to-s3.yml @@ -8,8 +8,8 @@ jobs: if: "!contains(github.event.head_commit.message, 'skip ci')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.4.0 - - uses: actions/cache@v3.5.0 + - uses: actions/checkout@v7.0.1 + - uses: actions/cache@v6.1.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -23,7 +23,7 @@ jobs: rm -rf dist/samples/**/package-lock.json rm -rf dist/samples/**/app/.gitignore - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v6.2.3 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 617259c5..7e243c91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,12 +12,12 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v4.4.0 + - uses: actions/checkout@v7.0.1 with: token: ${{ secrets.WOOSMAP_GH_ACCESS_TOKEN }} persist-credentials: false - - uses: actions/setup-node@v4.4.0 + - uses: actions/setup-node@v7.0.0 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f90eda7c..44586bcc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,8 @@ jobs: github.event.review.state == 'approved') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.4.0 - - uses: actions/cache@v3.5.0 + - uses: actions/checkout@v7.0.1 + - uses: actions/cache@v6.1.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/update-devdoc.yml b/.github/workflows/update-devdoc.yml index 3aeacf9b..e3c2d71a 100644 --- a/.github/workflows/update-devdoc.yml +++ b/.github/workflows/update-devdoc.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Dispatch Release Event - uses: peter-evans/repository-dispatch@v2.1.2 + uses: peter-evans/repository-dispatch@v4.0.1 with: token: ${{ secrets.WOOSMAP_GH_ACCESS_TOKEN }} repository: woosmap/developers.woosmap.com