Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit d98f1ac

Browse files
Merge pull request #10 from IntelPython/dependabot/github_actions/actions/checkout-4.1.6
Bump actions/checkout from 4.1.1 to 4.1.6
2 parents c269266 + 78f3a9d commit d98f1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo $CONDA/bin >> $GITHUB_PATH
3535

3636
- name: Checkout repo
37-
uses: actions/checkout@v4.1.1
37+
uses: actions/checkout@v4.1.6
3838
with:
3939
fetch-depth: 0
4040

@@ -85,7 +85,7 @@ jobs:
8585
run: echo $CONDA/bin >> $GITHUB_PATH
8686

8787
- name: Checkout repo
88-
uses: actions/checkout@v4.1.1
88+
uses: actions/checkout@v4.1.6
8989
with:
9090
fetch-depth: 0
9191

0 commit comments

Comments
 (0)