Skip to content

Commit

Permalink
chore: fix dependency updates again, and set wrangler version in the …
Browse files Browse the repository at this point in the history
…workflow step configuration until cloudflare/wrangler-action#199 is fixed
  • Loading branch information
arunsathiya committed Oct 7, 2024
1 parent 59a76ff commit 6f96bfb
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 233 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cover-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: r2 object get ${{ secrets.R2_BUCKET_NAME }}/blog/cover/${{ inputs.date_slug_combo }}/image.webp --file src/content/blog/${{ inputs.date_slug_combo }}/image.webp
wranglerVersion: '3.80.1'
- name: Check for changes
id: check_changes
run: |
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@aws-sdk/client-s3": "^3.662.0",
"@aws-sdk/lib-storage": "^3.662.0",
"@aws-sdk/s3-request-presigner": "^3.662.0",
"@aws-sdk/client-s3": "^3.666.0",
"@aws-sdk/lib-storage": "^3.666.0",
"@aws-sdk/s3-request-presigner": "^3.666.0",
"@notionhq/client": "^2.2.15",
"astro": "^4.15.10",
"astro-embed": "^0.7.2",
Expand All @@ -43,7 +43,7 @@
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unist-util-visit": "^5.0.0",
"wrangler": "3.13.2"
"wrangler": "3.80.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
Expand Down
Loading

0 comments on commit 6f96bfb

Please sign in to comment.