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 663f29f commit afaa7d3Copy full SHA for afaa7d3
.github/workflows/gh-pages.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3.5.3
+ - uses: actions/checkout@v3.6.0
13
with:
14
fetch-depth: 0
15
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: '3.11'
31
32
33
34
- name: Set up Python ${{ matrix.python-version }}
35
uses: actions/setup-python@v4.7.0
36
0 commit comments