Update actions/checkout action to v4 #2

Merged
tommy merged 1 commit from renovate/actions-checkout-4.x into master 2024-07-15 09:42:14 +00:00

View file

@ -14,7 +14,7 @@ jobs:
- python-version: '3.9'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
env:
@ -43,7 +43,7 @@ jobs:
- python-version: '3.10'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
env: