Skip to content

Commit e09ffcd

Browse files
authored
ci: upgrade GitHub Actions for Node 24 (#3)
1 parent f9c4d6e commit e09ffcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
validate:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v5
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-python@v6
1313
with:
1414
python-version: "3.12"
1515
- name: Validate runtime targets

0 commit comments

Comments
 (0)