Update GitHub Actions checkout to v4 (#136)

This commit is contained in:
Lamo
2024-08-05 02:19:17 +02:00
committed by GitHub
parent db6fb8b4f6
commit bd9eea16d1

View File

@@ -14,7 +14,7 @@ jobs:
image: barichello/godot-ci:4.2.1 image: barichello/godot-ci:4.2.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
lfs: true lfs: true
- name: Setup - name: Setup
@@ -39,7 +39,7 @@ jobs:
image: barichello/godot-ci:4.2.1 image: barichello/godot-ci:4.2.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
lfs: true lfs: true
- name: Setup - name: Setup
@@ -64,7 +64,7 @@ jobs:
image: barichello/godot-ci:4.2.1 image: barichello/godot-ci:4.2.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
lfs: true lfs: true
- name: Setup - name: Setup
@@ -97,7 +97,7 @@ jobs:
image: barichello/godot-ci:4.2.1 image: barichello/godot-ci:4.2.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
lfs: true lfs: true
- name: Setup - name: Setup