diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 387f8eab..c201c7dd 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2 - name: Install Python and pipenv - uses: actions/setup-python@v1 + uses: actions/setup-python@v7 with: python-version: '3.7' diff --git a/.github/workflows/code-climate.yml b/.github/workflows/code-climate.yml index 1f4764a6..43c86c74 100644 --- a/.github/workflows/code-climate.yml +++ b/.github/workflows/code-climate.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Install Python and pipenv - uses: actions/setup-python@v1 + uses: actions/setup-python@v7 with: python-version: '3.7' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22c1a558..6172a109 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Install Python 3 - uses: actions/setup-python@v2 + uses: actions/setup-python@v7 with: python-version: '3.7'