Skip to content

Commit

Permalink
Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
glukki committed Jun 5, 2024
1 parent c8516ee commit 3551994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
name: Deploy
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
persist-credentials: false

- name: Create wrangler.toml
uses: bluwy/substitute-string-action@v1
Expand Down

0 comments on commit 3551994

Please sign in to comment.