We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa33a2 commit 1126b91Copy full SHA for 1126b91
.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.3
+ - uses: actions/checkout@v4.1.4
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@v5.1.0
36
0 commit comments