Skip to content

Commit ac58aca

Browse files
chore(deps): update actions/checkout action to v4.1.6
1 parent 504302d commit ac58aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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/[email protected].1
29+
uses: actions/[email protected].6
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/[email protected].1
92+
uses: actions/[email protected].6
9393

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

0 commit comments

Comments
 (0)