diff --git a/.github/workflows/lint-python.yml b/.github/workflows/lint-python.yml index 50522e1..fb6fd1f 100644 --- a/.github/workflows/lint-python.yml +++ b/.github/workflows/lint-python.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout ${{ github.repository }}/${{ github.ref }} uses: actions/checkout@v3 - name: Set up Python ${{ env.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.python-version }} cache: "pip" @@ -47,7 +47,7 @@ jobs: - name: Checkout ${{ github.repository }}/${{ github.ref }} uses: actions/checkout@v3 - name: Set up Python ${{ env.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.python-version }} cache: "pip" @@ -62,7 +62,7 @@ jobs: - name: Checkout ${{ github.repository }}/${{ github.ref }} uses: actions/checkout@v3 - name: Set up Python ${{ env.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.python-version }} cache: "pip"