diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e8fba4f7b..bc2d1c7cd 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 5 - name: Set up Python 3 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: '3' @@ -102,7 +102,7 @@ jobs: fetch-depth: 5 - name: Set up Python 3 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: '3' @@ -152,7 +152,7 @@ jobs: fetch-depth: 5 - name: Set up Python 3 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: '3' @@ -183,7 +183,7 @@ jobs: fetch-depth: 5 - name: Set up Python 3 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: '3' @@ -216,7 +216,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Set up Python 3 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: '3' diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 60c5abff8..cf90653e8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -64,7 +64,7 @@ jobs: path: cpython - name: Set up Python 3 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: '3' cache: 'pip' @@ -183,7 +183,7 @@ jobs: path: ${{ matrix.branch }} - name: Set up Python 3 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: '3' cache: 'pip'