We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27a0b32 + 9b5a0d0 commit b7bb333Copy full SHA for b7bb333
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
shellcheck --version && \
31
/bin/bash --version && shellcheck -x -e SC2016 -e SC2119 -e SC2129 -e SC2001 -e SC2038 -e SC2044 certstrap/gen_faucetconfrpc_keys.sh
32
- name: Set up Python
33
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
34
with:
35
python-version: '>=3.11 <3.13'
36
- name: Install Poetry
0 commit comments