Skip to content

Commit 8b3f4bd

Browse files
authored
Merge pull request #217 from dvd-dev/dependabot/github_actions/actions/setup-python-5.3.0
Bump actions/setup-python from 5.2.0 to 5.3.0
2 parents 99c73b7 + 1da57be commit 8b3f4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
24-
uses: actions/setup-python@v5.2.0
24+
uses: actions/setup-python@v5.3.0
2525
with:
2626
python-version: ${{ env.DEFAULT_PYTHON }}
2727

0 commit comments

Comments
 (0)