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 858e8b2 + 941a034 commit 0b346d2Copy full SHA for 0b346d2
2 files changed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
node-version: [16.x]
34
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
37
38
- name: Set up Python ${{ matrix.python-version }}
39
uses: actions/setup-python@v5
.github/workflows/license-scanning.yml
@@ -16,7 +16,7 @@ jobs:
16
name: license-scan
17
runs-on: ubuntu-latest
18
19
20
- name: Use Node.js 16.x
21
uses: actions/setup-node@v4
22
with:
0 commit comments