We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 206dc54 + f130aba commit 63ddbc3Copy full SHA for 63ddbc3
1 file changed
.github/workflows/ci.yml
@@ -29,20 +29,20 @@ jobs:
29
node-version: [22.x]
30
31
steps:
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
33
34
- name: Install system dependencies (Linux)
35
run: |
36
sudo apt-get update
37
sudo apt-get install -y libxml2 libxml2-dev
38
39
- name: Set up Python
40
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
41
with:
42
- python-version: '3.11'
+ python-version: '3.x'
43
44
- name: Use Node.js ${{ matrix.node-version }}
45
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
46
47
node-version: ${{ matrix.node-version }}
48
0 commit comments