⬆️ Update actions/checkout action to v4
Some checks failed
continuous-integration/drone/pr Build is failing
Lint on PR / Lint with Python 3.8 (pull_request) Failing after 8s
Lint on PR / Lint with Python 3.9 (pull_request) Failing after 2s
Lint on PR / Lint with Python 3.10 (pull_request) Failing after 2s

This commit is contained in:
Renovate Bot 2024-05-27 23:35:02 +00:00
parent d8feb8e5a6
commit cbae2054bf

View file

@ -12,7 +12,7 @@ jobs:
image: docker.mafyuh.xyz/python:3.8-slim-bullseye
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.8
run: |
python3 --version
@ -36,7 +36,7 @@ jobs:
image: docker.mafyuh.xyz/python:3.9-slim-bullseye
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.9
run: |
python3 --version
@ -60,7 +60,7 @@ jobs:
image: docker.mafyuh.xyz/python:3.10-slim-bullseye
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.10
run: |
python3 --version