diff --git a/.github/workflows/check-requirements.yml b/.github/workflows/check-requirements.yml index 8277197..dabeb2a 100644 --- a/.github/workflows/check-requirements.yml +++ b/.github/workflows/check-requirements.yml @@ -16,7 +16,7 @@ jobs: uses: "actions/checkout@v3.0.2" - name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}" id: "set-up-python" - uses: "actions/setup-python@v4.2.0" + uses: "actions/setup-python@v4.5.0" with: python-version: "${{ env.DEFAULT_PYTHON_VERSION }}" - name: "Pip cache" diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b85be92..23d434d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: uses: "actions/checkout@v3.0.2" - name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}" id: "set-up-python" - uses: "actions/setup-python@v4.2.0" + uses: "actions/setup-python@v4.5.0" with: python-version: "${{ env.DEFAULT_PYTHON_VERSION }}" - name: "Pip cache" diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 155a2fd..50032ba 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -15,7 +15,7 @@ jobs: uses: "actions/checkout@v3.0.2" - name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}" id: "set-up-python" - uses: "actions/setup-python@v4.2.0" + uses: "actions/setup-python@v4.5.0" with: python-version: "${{ env.DEFAULT_PYTHON_VERSION }}" - name: "Pip cache" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f57444..98f1767 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: uses: "actions/checkout@v3.0.2" - name: "Set up Python ${{ matrix.python-version }}" id: "set-up-python" - uses: "actions/setup-python@v4.2.0" + uses: "actions/setup-python@v4.5.0" with: python-version: "${{ matrix.python-version }}" - name: "Pip cache" diff --git a/action.yaml b/action.yaml index 7675dca..228d77c 100644 --- a/action.yaml +++ b/action.yaml @@ -18,7 +18,7 @@ runs: steps: - name: "Set up Python: ${{ env.DEFAULT_PYTHON_VERSION }}" id: "set-up-python" - uses: "actions/setup-python@v4.2.0" + uses: "actions/setup-python@v4.5.0" env: DEFAULT_PYTHON_VERSION: "3.10" with: