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 fe7a427 commit 4f7a76fCopy full SHA for 4f7a76f
.github/workflows/gh-pages.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4.1.0
+ - uses: actions/checkout@v4.1.1
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.1
36
0 commit comments