Skip to content

Commit a421663

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

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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout the repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Validate the Gradle Wrapper
2222
uses: gradle/[email protected]
2323

@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}-latest
3232
steps:
3333
- name: Checkout the repository
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
with:
3636
submodules: recursive
3737
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)