Skip to content

Commit 40ac11c

Browse files
committed
checkout v2
1 parent 2845c74 commit 40ac11c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
id-token: write
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v2
2323

24-
- name: Set up Python 3.11
24+
- name: Set up Python 3.x
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.11"
27+
python-version: "3.x"
2828

2929
- name: Install Poetry
3030
run: |

0 commit comments

Comments
 (0)