From 87a12a5355b2861d09ac6a7b1c2cabfd937f6d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:47:36 +0000 Subject: [PATCH] ci(deps): bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [Azure/static-web-apps-deploy](https://github.com/azure/static-web-apps-deploy) and [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions). Updates `Azure/static-web-apps-deploy` from 4d27395796ac319302594769cfe812bd207490b1 to 1a947af9992250f3bc2e68ad0754c0b0c11566c9 - [Release notes](https://github.com/azure/static-web-apps-deploy/releases) - [Commits](https://github.com/azure/static-web-apps-deploy/compare/4d27395796ac319302594769cfe812bd207490b1...1a947af9992250f3bc2e68ad0754c0b0c11566c9) Updates `rojopolis/spellcheck-github-actions` from 0.54.0 to 0.55.0 - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/6f2326b663e2dbab920da0fc4144b9f3202434ba...16d0338a5a3b5e3111a078029fb9a07a8125053d) --- updated-dependencies: - dependency-name: Azure/static-web-apps-deploy dependency-version: 1a947af9992250f3bc2e68ad0754c0b0c11566c9 dependency-type: direct:production dependency-group: all - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/spellcheck.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5964334..93ff14a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: path: site/ - name: Deploy static web app - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.SWA_TOKEN }} skip_deploy_on_missing_secrets: true diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 7297a4b..c080daf 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Spellcheck - uses: rojopolis/spellcheck-github-actions@6f2326b663e2dbab920da0fc4144b9f3202434ba # 0.54.0 + uses: rojopolis/spellcheck-github-actions@16d0338a5a3b5e3111a078029fb9a07a8125053d # 0.55.0 with: config_path: .github/config/.pyspelling.yml