Skip to content

Commit 9310058

Browse files
committed
Changed file name
1 parent 626c02b commit 9310058

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check_python_eol_actions.yml renamed to .github/workflows/check-python-eol-actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
repository_dispatch:
55
types: [check_python_eol]
66
jobs:
7-
check_url_links:
7+
check_python_version_eol:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Set Up Python
1212
uses: actions/setup-python@v5
13+
with:
14+
python-version: ${{ '3.12' }}
1315
- name: Display Python Version
1416
run: python -c "import sys; print(sys.version)"
1517
shell: bash

0 commit comments

Comments
 (0)