From b0b919d65ef0c4e969917fb868afb47f5f792c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:24:26 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) and [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate). Updates `cloudflare/wrangler-action` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/a8be0ea72a399752dd2735fa16ea0d424f2335ca...7c01cc48d88a1f83b4716e0557c168854a9dcdb8) Updates `GrantBirki/json-yaml-validate` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/grantbirki/json-yaml-validate/releases) - [Commits](https://github.com/grantbirki/json-yaml-validate/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: GrantBirki/json-yaml-validate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-deploy.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 7ef6f2feb..35e0dcd7f 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -58,7 +58,7 @@ jobs: if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.environment == 'development' }} - uses: cloudflare/wrangler-action@a8be0ea72a399752dd2735fa16ea0d424f2335ca # pin@v3.4.0 + uses: cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@v3.4.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} @@ -84,7 +84,7 @@ jobs: if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.environment == 'production' }} - uses: cloudflare/wrangler-action@a8be0ea72a399752dd2735fa16ea0d424f2335ca # pin@v3.4.0 + uses: cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@v3.4.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85c2f2cea..a209af86d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: # check to ensure all JSON files are valid in the repository - name: json-yaml-validate - uses: GrantBirki/json-yaml-validate@v2.5.0 + uses: GrantBirki/json-yaml-validate@v2.6.0 with: comment: "true" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e87c10af3..4017d9ea5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: # check to ensure all JSON files are valid in the repository - name: json-yaml-validate if: ${{ steps.deployment-check.outputs.continue == 'true' }} - uses: GrantBirki/json-yaml-validate@v2.5.0 + uses: GrantBirki/json-yaml-validate@v2.6.0 - uses: actions/setup-node@v4.0.1 if: ${{ steps.deployment-check.outputs.continue == 'true' }} @@ -53,7 +53,7 @@ jobs: - name: deploy if: ${{ steps.deployment-check.outputs.continue == 'true' }} - uses: cloudflare/wrangler-action@a8be0ea72a399752dd2735fa16ea0d424f2335ca # pin@v3.4.0 + uses: cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@v3.4.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}