⬆️ Update actions/checkout action to v4 #258
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
image: docker.mafyuh.xyz/python:3.8-slim-bullseye
|
image: docker.mafyuh.xyz/python:3.8-slim-bullseye
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
run: |
|
run: |
|
||||||
python3 --version
|
python3 --version
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
image: docker.mafyuh.xyz/python:3.9-slim-bullseye
|
image: docker.mafyuh.xyz/python:3.9-slim-bullseye
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
run: |
|
run: |
|
||||||
python3 --version
|
python3 --version
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
image: docker.mafyuh.xyz/python:3.10-slim-bullseye
|
image: docker.mafyuh.xyz/python:3.10-slim-bullseye
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
run: |
|
run: |
|
||||||
python3 --version
|
python3 --version
|
||||||
|
|
Reference in a new issue