Skip to content

Commit 55d0b03

Browse files
chore: update actions/checkout and actions/setup-python to v6 in testing workflow
1 parent e34b623 commit 55d0b03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
4646

4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v6
4949

5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v3
51+
uses: actions/setup-python@v6
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

0 commit comments

Comments
 (0)