We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d9055 commit a9fa6adCopy full SHA for a9fa6ad
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
timeout-minutes: 20
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
- name: Set up Python ${{ matrix.python-version }}
27
uses: actions/setup-python@v4
28
with:
.github/workflows/ff-publish.yaml
@@ -7,7 +7,7 @@ jobs:
7
deploy:
8
9
10
11
- name: Set up Python
12
13
.github/workflows/python-publish.yml
@@ -9,7 +9,7 @@ jobs:
14
15
0 commit comments