Skip to content

Commit 00c0b74

Browse files
authored
Merge pull request #283 from dvd-dev/dependabot/github_actions/actions/setup-python-5.6.0
Bump actions/setup-python from 5.5.0 to 5.6.0
2 parents e77dede + 0500c6f commit 00c0b74

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

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

0 commit comments

Comments
 (0)