Skip to content

Commit 5f8512f

Browse files
authored
Merge pull request godotengine#8064 from godotengine/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents a1a2c27 + 1825a77 commit 5f8512f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_offline_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- master
1616
- 3.6
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
ref: ${{ matrix.branch }}
2121

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Install dependencies
1919
run: |

.github/workflows/sync_class_ref.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- name: Checkout the documentation repository
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Checkout the engine repository
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
repository: 'godotengine/godot'
3131
# Use the appropriate branch for the documentation version.

0 commit comments

Comments
 (0)