Skip to content

Commit

Permalink
Merge pull request #685 from IQTLabs/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v5
  • Loading branch information
anarkiwi authored Dec 6, 2023
2 parents c6175a5 + 8ed502c commit 04c4bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shellcheck --version && \
/bin/bash --version && shellcheck -x -e SC2016 -e SC2119 -e SC2129 -e SC2001 -e SC2038 -e SC2044 certstrap/gen_faucetconfrpc_keys.sh
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Poetry
Expand Down

0 comments on commit 04c4bf9

Please sign in to comment.