Skip to content

Commit ca4b31b

Browse files
committed
ci: 🤖 Update action version
1 parent ba102a2 commit ca4b31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
permissions:
1414
id-token: write
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Install Poetry
1818
run: pipx install poetry
1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.8
2323
- name: Verify versioning

0 commit comments

Comments
 (0)