Skip to content

Commit 66099c7

Browse files
authored
Merge pull request #348 from dvd-dev/dependabot/github_actions/actions/setup-python-6.1.0
Bump actions/setup-python from 6.0.0 to 6.1.0
2 parents d7a9015 + c87cd56 commit 66099c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
22-
uses: actions/setup-python@v6.0.0
22+
uses: actions/setup-python@v6.1.0
2323
with:
2424
python-version: ${{ env.DEFAULT_PYTHON }}
2525

0 commit comments

Comments
 (0)