Skip to content

Commit 76ad266

Browse files
authored
Update GitHub Actions to use newer versions
1 parent 5bd8d76 commit 76ad266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
matrix:
2222
python: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2323
steps:
24-
- uses: actions/checkout@v4.2.2
24+
- uses: actions/checkout@v5
2525
- name: Set up Python ${{ matrix.python }}
26-
uses: actions/setup-python@v5.4.0
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python }}
2929
allow-prereleases: true

0 commit comments

Comments
 (0)