Skip to content

Commit

Permalink
Update setup-python to v5 (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser authored Feb 4, 2024
1 parent f975b5e commit b1eb7ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
echo "GITHUB_SHA_SHORT=$(echo ${{ github.sha }} | cut -c 1-6)" >> $GITHUB_ENV
echo ${{ env.GITHUB_SHA_SHORT }}
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- run: pip install yapf
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
- name: yapf exit failure
if: ${{ env.IS_FORMATTED != 0 }}
run: exit 1
shell: bash
shell: bash
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
using: "composite"
steps:
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install Python dependencies
Expand Down

0 comments on commit b1eb7ed

Please sign in to comment.