mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
[CI] Update actions/checkout to version 4
This commit is contained in:
parent
28fabc9d9b
commit
f4f2ba06b6
6
.github/workflows/dev-desktop-builds.yml
vendored
6
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
echo 'export/windows/wine = "/usr/bin/wine"' >> ~/.config/godot/editor_settings-4.tres
|
echo 'export/windows/wine = "/usr/bin/wine"' >> ~/.config/godot/editor_settings-4.tres
|
||||||
echo 'export/windows/rcedit = "/github/home/.local/share/rcedit/rcedit-x64.exe"' >> ~/.config/godot/editor_settings-4.tres
|
echo 'export/windows/rcedit = "/github/home/.local/share/rcedit/rcedit-x64.exe"' >> ~/.config/godot/editor_settings-4.tres
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup 💻
|
- name: Setup 💻
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
image: docker://barichello/godot-ci:4.1.1
|
image: docker://barichello/godot-ci:4.1.1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup 💻
|
- name: Setup 💻
|
||||||
|
@ -96,7 +96,7 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup environment 🔧
|
- name: Setup environment 🔧
|
||||||
|
|
2
.github/workflows/dev-web.yml
vendored
2
.github/workflows/dev-web.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
image: docker://barichello/godot-ci:4.1.1
|
image: docker://barichello/godot-ci:4.1.1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup 💻
|
- name: Setup 💻
|
||||||
|
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
echo 'export/windows/wine = "/usr/bin/wine"' >> ~/.config/godot/editor_settings-4.tres
|
echo 'export/windows/wine = "/usr/bin/wine"' >> ~/.config/godot/editor_settings-4.tres
|
||||||
echo 'export/windows/rcedit = "/github/home/.local/share/rcedit/rcedit-x64.exe"' >> ~/.config/godot/editor_settings-4.tres
|
echo 'export/windows/rcedit = "/github/home/.local/share/rcedit/rcedit-x64.exe"' >> ~/.config/godot/editor_settings-4.tres
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup 💻
|
- name: Setup 💻
|
||||||
|
@ -77,7 +77,7 @@ jobs:
|
||||||
image: docker://barichello/godot-ci:4.1.1
|
image: docker://barichello/godot-ci:4.1.1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup 💻
|
- name: Setup 💻
|
||||||
|
@ -120,7 +120,7 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup environment 🔧
|
- name: Setup environment 🔧
|
||||||
|
@ -181,7 +181,7 @@ jobs:
|
||||||
image: docker://barichello/godot-ci:4.1.1
|
image: docker://barichello/godot-ci:4.1.1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup 💻
|
- name: Setup 💻
|
||||||
|
|
2
.github/workflows/static-checks.yml
vendored
2
.github/workflows/static-checks.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Install gdtoolkit
|
- name: Install gdtoolkit
|
||||||
run: pip3 install "gdtoolkit==4.*"
|
run: pip3 install "gdtoolkit==4.*"
|
||||||
- name: Formatting checks
|
- name: Formatting checks
|
||||||
|
|
Loading…
Reference in a new issue