From 9548fb601c08dc08194c910000e703782119f822 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 9 Nov 2023 15:07:29 +0100 Subject: [PATCH] GH: Use checkout v4 --- .github/workflows/all_builds.yml | 4 ++-- .github/workflows/android.yml | 8 ++++---- .github/workflows/ios.yml | 8 ++++---- .github/workflows/linux.yml | 4 ++-- .github/workflows/macos.yml | 8 ++++---- .github/workflows/test_builds.yml | 4 ++-- .github/workflows/web.yml | 4 ++-- .github/workflows/windows.yml | 4 ++-- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/all_builds.yml b/.github/workflows/all_builds.yml index d7a0565..3f36296 100644 --- a/.github/workflows/all_builds.yml +++ b/.github/workflows/all_builds.yml @@ -20,13 +20,13 @@ jobs: limboai-sha: ${{ steps.cache-sha.outputs.limboai-sha }} steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }} diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index de18af1..653fcbd 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -74,13 +74,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }} @@ -132,13 +132,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }} diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 1adcc06..fdc68eb 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -78,13 +78,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }} @@ -143,13 +143,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c346856..82fb24c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -102,13 +102,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index aacdd92..c743353 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -121,13 +121,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }} @@ -203,13 +203,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }} diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index 19ce043..d7aa5c2 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -76,13 +76,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ env.GODOT_TREEISH }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 55fae9c..0527620 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -71,13 +71,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ec3112d..0e57143 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -103,13 +103,13 @@ jobs: steps: - name: Clone Godot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: godotengine/godot ref: ${{ inputs.godot-treeish }} - name: Clone LimboAI module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: modules/limboai ref: ${{ inputs.limboai-treeish }}