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 }}