We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da7de5c + 5377a48 commit 8010641Copy full SHA for 8010641
3 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: ["3.10", "3.11", "3.12"]
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v6
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
contents: read
13
- name: Set up Node.js
uses: actions/setup-node@v4
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
id-token: write
22
23
24
25
26
- name: Set up Python 3.11
27
0 commit comments