Skip to content

Commit 8c36519

Browse files
committed
chore: update version
1 parent b40b8e1 commit 8c36519

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflow-templates/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: 'Checkout Github Action'
2323
uses: actions/checkout@v4
2424
- name: 'Deploy to Cloudflare Pages'
25-
uses: andykenward/github-actions-cloudflare-pages@v2.3.2
25+
uses: andykenward/github-actions-cloudflare-pages@v3.0.0
2626
with:
2727
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2828
cloudflare-account-id: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- run: npm ci
124124
run: npm run build
125125
- name: Deploy to Cloudflare Pages
126-
uses: andykenward/github-actions-cloudflare-pages@v2.3.2
126+
uses: andykenward/github-actions-cloudflare-pages@v3.0.0
127127
id: pages
128128
with:
129129
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)