Skip to content

Commit 0880a5f

Browse files
authored
Merge pull request #52 from Dragonius/dependabot/github_actions/actions/setup-python-6.1.0
Bump actions/setup-python from 6.0.0 to 6.1.0
2 parents 7a5628d + 87b864f commit 0880a5f

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@v6
4343
- name: Setup Python
44-
uses: actions/setup-python@v6.0.0
44+
uses: actions/setup-python@v6.1.0
4545
with:
4646
python-version: ${{ matrix.python }}
4747
- name: Install dependencies

0 commit comments

Comments
 (0)