Skip to content

Commit

Permalink
Update GitHub Actions checkout to v4 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonKLam authored Aug 5, 2024
1 parent db6fb8b commit bd9eea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd9eea1

Please sign in to comment.