Skip to content

Commit 7a771df

Browse files
authored
Merge pull request #35 from DigitalSlideArchive/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 050365d + a629b62 commit 7a771df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.11"
2020
- name: Install tox

0 commit comments

Comments
 (0)