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

Commit ddfdcd8

Browse files
committed
ci(deps): update actions/checkout action to v4
1 parent 05c6f86 commit ddfdcd8

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
@@ -19,7 +19,7 @@ jobs:
1919
name: Run tests on ${{ matrix.os }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

@@ -51,7 +51,7 @@ jobs:
5151
cancel-in-progress: true
5252
steps:
5353
- name: Checkout the repository
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555
with:
5656
submodules: recursive
5757
fetch-depth: 0
@@ -88,7 +88,7 @@ jobs:
8888
cancel-in-progress: false
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)