Skip to content

Commit db5206e

Browse files
chore(deps): update actions/checkout action to v4.2.0
1 parent 7f95655 commit db5206e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.config.node }}
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4.1.1
29+
uses: actions/checkout@v4.2.0
3030

3131
- uses: actions-rs/toolchain@v1
3232
with:
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ${{ matrix.config.node }}
9090
steps:
9191
- name: Checkout repository
92-
uses: actions/checkout@v4.1.1
92+
uses: actions/checkout@v4.2.0
9393

9494
- uses: docker-practice/actions-setup-docker@master
9595

0 commit comments

Comments
 (0)