diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bedf08ef1..0bd99539d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code from Github - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python @@ -78,7 +78,7 @@ jobs: plex: claimed steps: - name: Check out code from Github - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} id: python @@ -214,7 +214,7 @@ jobs: plex: claimed steps: - name: Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 50f291c67..7675e9755 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v2