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.
1 parent bb7e2ea commit b38b66aCopy full SHA for b38b66a
.github/workflows/javascript-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Check out repository
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
22
- name: Set up Node.js ${{ matrix.node-version }}
23
uses: actions/setup-node@v6
.github/workflows/pypi-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Checkout code
13
14
15
- name: Set up Python
16
uses: actions/setup-python@v6
.github/workflows/python-tests.yml
@@ -19,7 +19,7 @@ jobs:
24
- name: Set up Python ${{ matrix.python-version }}
25
0 commit comments