Skip to content

Commit 87eae4f

Browse files
authored
Merge pull request #321 from dvd-dev/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents 8723e81 + 83f7eb0 commit 87eae4f

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@v5
2020

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

0 commit comments

Comments
 (0)