Skip to content

Commit 15627e0

Browse files
Copilotnsaje
andcommitted
Update GitHub Actions to latest versions (v4/v5)
Co-authored-by: nsaje <156006+nsaje@users.noreply.github.com>
1 parent 35a943c commit 15627e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
python-version: ['3.10', '3.11', '3.12']
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

0 commit comments

Comments
 (0)