From 728f133e6be86e3541438fb678b88e5a8ff4cf8b Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Thu, 6 Jul 2023 12:08:05 +0200 Subject: [PATCH] An attempt to fix deployment error Signed-off-by: Alexander Borsuk --- .github/workflows/deploy-master-to-prod.yml | 2 +- wrangler.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-master-to-prod.yml b/.github/workflows/deploy-master-to-prod.yml index 465ae9c..60603a2 100644 --- a/.github/workflows/deploy-master-to-prod.yml +++ b/.github/workflows/deploy-master-to-prod.yml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: wrangler publish uses: cloudflare/wrangler-action@2.0.0 with: diff --git a/wrangler.toml b/wrangler.toml index dbd432e..8351e79 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -4,7 +4,7 @@ name = 'url-processor' # Organic Maps CF Account ID. account_id = '462f578f0939f041e2c24ec99adce458' workers_dev = true -compatibility_date = '2022-11-21' +compatibility_date = '2023-07-05' main = './workers-site/index.js' [site]