We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a45ca4 + a85a619 commit 2c521eeCopy full SHA for 2c521ee
.github/workflows/build-and-test.yml
@@ -8,7 +8,7 @@ jobs:
8
node-version: [20.x, 22.x]
9
name: Node ${{ matrix.node }} run
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- name: Setup node
13
uses: actions/setup-node@v4
14
with:
@@ -39,7 +39,7 @@ jobs:
39
python-version: ["3.12"]
40
41
42
43
- name: Set up Python ${{ matrix.python-version }}
44
uses: actions/setup-python@v5
45
0 commit comments