From bd9eea16d14bf71f5876b71b16955218df36266b Mon Sep 17 00:00:00 2001 From: Lamo <62069795+HonKLam@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:19:17 +0200 Subject: [PATCH] Update GitHub Actions checkout to v4 (#136) --- .github/workflows/godot-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/godot-ci.yml b/.github/workflows/godot-ci.yml index 056cafc..37039ce 100644 --- a/.github/workflows/godot-ci.yml +++ b/.github/workflows/godot-ci.yml @@ -14,7 +14,7 @@ jobs: image: barichello/godot-ci:4.2.1 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: lfs: true - name: Setup @@ -39,7 +39,7 @@ jobs: image: barichello/godot-ci:4.2.1 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: lfs: true - name: Setup @@ -64,7 +64,7 @@ jobs: image: barichello/godot-ci:4.2.1 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: lfs: true - name: Setup @@ -97,7 +97,7 @@ jobs: image: barichello/godot-ci:4.2.1 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: lfs: true - name: Setup