Skip to content

Commit 2a4a09b

Browse files
authored
Merge pull request #373 from dvd-dev/dependabot/github_actions/actions/setup-python-6.2.0
Bump actions/setup-python from 6.1.0 to 6.2.0
2 parents 17fbdfd + ed9a765 commit 2a4a09b

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.1.0
22+
uses: actions/setup-python@v6.2.0
2323
with:
2424
python-version: ${{ env.DEFAULT_PYTHON }}
2525

0 commit comments

Comments
 (0)