Skip to content

Commit bd9eea1

Browse files
authored
Update GitHub Actions checkout to v4 (#136)
1 parent db6fb8b commit bd9eea1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/godot-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
image: barichello/godot-ci:4.2.1
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
lfs: true
2020
- name: Setup
@@ -39,7 +39,7 @@ jobs:
3939
image: barichello/godot-ci:4.2.1
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v4
4343
with:
4444
lfs: true
4545
- name: Setup
@@ -64,7 +64,7 @@ jobs:
6464
image: barichello/godot-ci:4.2.1
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v2
67+
uses: actions/checkout@v4
6868
with:
6969
lfs: true
7070
- name: Setup
@@ -97,7 +97,7 @@ jobs:
9797
image: barichello/godot-ci:4.2.1
9898
steps:
9999
- name: Checkout
100-
uses: actions/checkout@v2
100+
uses: actions/checkout@v4
101101
with:
102102
lfs: true
103103
- name: Setup

0 commit comments

Comments
 (0)