Skip to content

Commit 13c20b3

Browse files
authored
Merge pull request #233 from KVSlab/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 901356f + 6dc250f commit 13c20b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_and_test_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
continue-on-error: true
2929

3030
steps:
31-
- uses: actions/setup-python@v5
31+
- uses: actions/setup-python@v6
3232
with:
3333
python-version: '3.10'
3434

@@ -71,7 +71,7 @@ jobs:
7171
shell: bash -l {0}
7272

7373
steps:
74-
- uses: actions/setup-python@v5
74+
- uses: actions/setup-python@v6
7575
with:
7676
python-version: '3.10'
7777

0 commit comments

Comments
 (0)