Skip to content

Commit d4f6b25

Browse files
authored
Merge pull request #196 from AsyncAlgoTrading/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents e70dc5d + 224f791 commit d4f6b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

0 commit comments

Comments
 (0)