Skip to content

Commit d53fd2a

Browse files
docs: update action version references [skip ci] (#751)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e519ca7 commit d53fd2a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflow-templates/delete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: 'Checkout Github Action'
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
2323
- name: 'Deploy deletion from Cloudflare Pages'
24-
uses: andykenward/github-actions-cloudflare-pages/delete@def80dd70ba3eb3d243520092bd303aa6454ec40 #v3.3.1
24+
uses: andykenward/github-actions-cloudflare-pages/delete@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 #v3.4.0
2525
with:
2626
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2727
github-token: ${{ secrets.GITHUB_TOKEN }}

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
2424
- name: 'Deploy to Cloudflare Pages'
25-
uses: andykenward/github-actions-cloudflare-pages@def80dd70ba3eb3d243520092bd303aa6454ec40 #v3.3.1
25+
uses: andykenward/github-actions-cloudflare-pages@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 #v3.4.0
2626
with:
2727
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2828
cloudflare-account-id: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- run: npm ci
127127
run: npm run build
128128
- name: Deploy to Cloudflare Pages
129-
uses: andykenward/github-actions-cloudflare-pages@v3.0.0
129+
uses: andykenward/github-actions-cloudflare-pages@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 #v3.4.0
130130
id: pages
131131
with:
132132
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
@@ -163,7 +163,7 @@ jobs:
163163
ref: ${{ github.event.workflow_run.head_sha }}
164164
165165
- name: Deploy to Cloudflare Pages
166-
uses: andykenward/github-actions-cloudflare-pages@v3.0.0
166+
uses: andykenward/github-actions-cloudflare-pages@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 #v3.4.0
167167
with:
168168
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
169169
cloudflare-account-id: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}

delete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
timeout-minutes: 5
7474
steps:
7575
- name: Deploy deletion Cloudflare Pages
76-
uses: andykenward/github-actions-cloudflare-pages/delete@v2.3.2
76+
uses: andykenward/github-actions-cloudflare-pages/delete@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 #v3.4.0
7777
with:
7878
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
7979
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)