Skip to content

Commit 08f8ba6

Browse files
renovate[bot]mergify[bot]
authored andcommitted
ci(deps): update actions/checkout action to v4
1 parent f55fc18 commit 08f8ba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout the repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Validate the Gradle Wrapper
2121
uses: gradle/[email protected]
2222

@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}-latest
3131
steps:
3232
- name: Checkout the repository
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
with:
3535
submodules: recursive
3636
fetch-depth: 0
@@ -88,7 +88,7 @@ jobs:
8888
if: needs.release-and-delivery.outputs.release-status == 'released'
8989
steps:
9090
- name: Checkout the repository
91-
uses: actions/checkout@v3
91+
uses: actions/checkout@v4
9292
with:
9393
submodules: recursive
9494
fetch-depth: 0

0 commit comments

Comments
 (0)