Update GitHub Actions checkout to v4 (#136)
This commit is contained in:
8
.github/workflows/godot-ci.yml
vendored
8
.github/workflows/godot-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user