We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93e8767 + b2ab8b5 commit 905e7ccCopy full SHA for 905e7cc
.github/workflows/pypi-package.yml
@@ -28,7 +28,7 @@ jobs:
28
submodules: recursive
29
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
32
with:
33
python-version: ${{ matrix.python-version }}
34
.github/workflows/tests.yml
@@ -22,12 +22,12 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
27
0 commit comments