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]