Skip to content

Commit

Permalink
chore(deps): update cloudflare/wrangler-action action to v3.1.1 (#121)
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | cloudflare/wrangler-action | v3.1.0 | v3.1.1 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sall <[email protected]>
  • Loading branch information
renovate[bot] and ss-o authored Oct 27, 2023
1 parent 811bd0b commit da1d3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wrangler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
steps:
- uses: actions/[email protected]
- name: "🤠 Deploy > cdn"
uses: cloudflare/[email protected].0
uses: cloudflare/[email protected].1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "workers/cdn"
command: "publish"
- name: "🤠 Deploy > r2-store"
uses: cloudflare/[email protected].0
uses: cloudflare/[email protected].1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "workers/r2-store"
Expand Down

0 comments on commit da1d3a6

Please sign in to comment.