Skip to content

Commit

Permalink
build(deps): bump unlike-ltd/github-actions-cloudflare-pages
Browse files Browse the repository at this point in the history
Bumps [unlike-ltd/github-actions-cloudflare-pages](https://github.com/unlike-ltd/github-actions-cloudflare-pages) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/unlike-ltd/github-actions-cloudflare-pages/releases)
- [Changelog](https://github.com/unlike-ltd/github-actions-cloudflare-pages/blob/main/CHANGELOG.md)
- [Commits](andykenward/github-actions-cloudflare-pages@159278d...fb5958d)

---
updated-dependencies:
- dependency-name: unlike-ltd/github-actions-cloudflare-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 5b106ae commit e89f426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 5
steps:
- name: 'Delete Cloudflare Pages deployments'
uses: unlike-ltd/github-actions-cloudflare-pages@159278d1b12c975d1d5e538720e4da343131ede3 #v1.3.0
uses: unlike-ltd/github-actions-cloudflare-pages@fb5958dd486c5c2cb38b3a843e1efb160878060d #v1.3.2
with:
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build
run: pnpm run build
- name: Publish to Cloudflare Pages
uses: unlike-ltd/github-actions-cloudflare-pages@159278d1b12c975d1d5e538720e4da343131ede3 #v1.3.0
uses: unlike-ltd/github-actions-cloudflare-pages@fb5958dd486c5c2cb38b3a843e1efb160878060d #v1.3.2
id: pages
with:
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down

0 comments on commit e89f426

Please sign in to comment.