mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 00:59:47 +00:00
[skip ci] Bump actions/checkout from 2 to 4 (#1012)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9770a2c093
commit
fb222b4813
4
.github/workflows/dev-clickable-builds.yml
vendored
4
.github/workflows/dev-clickable-builds.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
image: docker://barichello/godot-ci:3.5
|
||||
steps:
|
||||
- name: Clone source
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Linux Build 🔧
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
- arm64
|
||||
steps:
|
||||
- name: Clone source
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Install clickable dependencies
|
||||
run: |
|
||||
sudo add-apt-repository ppa:bhdouglass/clickable
|
||||
|
|
Loading…
Reference in a new issue