Skip to content

Commit 8de4b58

Browse files
authored
Merge pull request #242 from binarydev/dependabot/github_actions/actions/setup-python-6.1.0
Bump actions/setup-python from 5.6.0 to 6.1.0
2 parents 34f054c + de8c77a commit 8de4b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v5.0.0
2323

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

@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v5.0.0
7171

7272
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
73-
uses: actions/setup-python@v5.6.0
73+
uses: actions/setup-python@v6.1.0
7474
with:
7575
python-version: ${{ env.DEFAULT_PYTHON }}
7676

0 commit comments

Comments
 (0)