From fb222b481342bcd37562a2ca8bdd516dd4a0200a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:50:33 +0300 Subject: [PATCH] [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dev-clickable-builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-clickable-builds.yml b/.github/workflows/dev-clickable-builds.yml index 9e1aaafae..42f71af36 100644 --- a/.github/workflows/dev-clickable-builds.yml +++ b/.github/workflows/dev-clickable-builds.yml @@ -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