Skip to content

Commit 8c09f3c

Browse files
committed
chore: update standard actions to Node 24 versions
Signed-off-by: alexvoss <alex@corealization.com>
1 parent 40c0b64 commit 8c09f3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
name: Cloudflare
3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636

3737
- name: Set up Python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: "3.x"
4141

0 commit comments

Comments
 (0)