Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 20550c3

Browse files
ci(deps): update actions/checkout action to v4
1 parent 25099af commit 20550c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
java-version: ${{ matrix.java-version }}
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232
- name: Run tests
@@ -48,7 +48,7 @@ jobs:
4848
cancel-in-progress: true
4949
steps:
5050
- name: Checkout the repository
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252
with:
5353
submodules: recursive
5454
fetch-depth: 0
@@ -70,7 +70,7 @@ jobs:
7070
cancel-in-progress: false
7171
steps:
7272
- name: Checkout the repository
73-
uses: actions/checkout@v3
73+
uses: actions/checkout@v4
7474
with:
7575
submodules: recursive
7676
fetch-depth: 0

0 commit comments

Comments
 (0)