Skip to content

Commit 3ecd229

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
1 parent 406b21f commit 3ecd229

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
os: [ubuntu-latest]
1818

1919
steps:
20-
- uses: "actions/checkout@v3"
21-
- uses: "actions/setup-python@v4"
20+
- uses: "actions/checkout@v6"
21+
- uses: "actions/setup-python@v6"
2222
with:
2323
python-version: "${{ matrix.python-version }}"
2424
cache: "pip"

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
permissions:
1111
id-token: write
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Set up Python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.x'
1818
- name: Install dependencies

0 commit comments

Comments
 (0)