diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c637a19..a26b072 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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 @@ -47,4 +47,4 @@ jobs: - name: yapf exit failure if: ${{ env.IS_FORMATTED != 0 }} run: exit 1 - shell: bash \ No newline at end of file + shell: bash diff --git a/action.yml b/action.yml index 8e3591e..49304ea 100644 --- a/action.yml +++ b/action.yml @@ -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