Skip to content

Commit

Permalink
Merge pull request #65 from periodo/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
rybesh authored Dec 6, 2023
2 parents 2b072fd + 5d7712e commit d14b5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3
- run: make start_client
Expand Down

0 comments on commit d14b5d0

Please sign in to comment.