We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35239e5 commit 5788f2dCopy full SHA for 5788f2d
.github/workflows/publish-to-pypi.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Builds and publishes releases to PyPI
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.2
13
- name: Set up Python 3.10
14
uses: actions/setup-python@v4.5.0
15
with:
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Check out code from GitHub
19
- uses: actions/checkout@v3.5.0
+ uses: actions/checkout@v3.5.2
20
- name: Set up Python
21
22
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
- name: Set up Python ${{ matrix.python-version }}
55
56
0 commit comments