diff --git a/.github/workflows/python-old.yml b/.github/workflows/python-old.yml index 039afd31..b6cd9e1d 100644 --- a/.github/workflows/python-old.yml +++ b/.github/workflows/python-old.yml @@ -16,9 +16,9 @@ jobs: image: python:2.7.18-buster steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 1f02bab6..e348a2a4 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -17,9 +17,9 @@ jobs: python-version: [3.7, 3.8, 3.9, 3.10.8, 3.11, 3.12] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies