Skip to content

Commit 63ddbc3

Browse files
Merge pull request #67 from cclauss/patch-1
Upgrade GitHub Actions
2 parents 206dc54 + f130aba commit 63ddbc3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ jobs:
2929
node-version: [22.x]
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333

3434
- name: Install system dependencies (Linux)
3535
run: |
3636
sudo apt-get update
3737
sudo apt-get install -y libxml2 libxml2-dev
3838
3939
- name: Set up Python
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
42-
python-version: '3.11'
42+
python-version: '3.x'
4343

4444
- name: Use Node.js ${{ matrix.node-version }}
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v6
4646
with:
4747
node-version: ${{ matrix.node-version }}
4848

0 commit comments

Comments
 (0)