Skip to content

Commit fbb0568

Browse files
authored
Merge pull request #170 from binarydev/dependabot/github_actions/actions/setup-python-5.5.0
2 parents b805f9e + 0fee452 commit fbb0568

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4.2.2
2323

2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
25-
uses: actions/setup-python@v5.4.0
25+
uses: actions/setup-python@v5.5.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828

0 commit comments

Comments
 (0)