Skip to content

Commit 75d58ee

Browse files
authored
Merge pull request #50 from Dragonius/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents ff50d58 + fa99458 commit 75d58ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Setup Python
44-
uses: actions/setup-python@v5.6.0
44+
uses: actions/setup-python@v6.0.0
4545
with:
4646
python-version: ${{ matrix.python }}
4747
- name: Install dependencies

0 commit comments

Comments
 (0)