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

Commit c49f2eb

Browse files
Merge pull request #12 from IntelPython/dependabot/github_actions/actions/checkout-4.2.1
Bump actions/checkout from 4.2.0 to 4.2.1
2 parents ce4fe66 + 43c7cbd commit c49f2eb

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.2.0
37+
uses: actions/checkout@v4.2.1
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.2.0
88+
uses: actions/checkout@v4.2.1
8989
with:
9090
fetch-depth: 0
9191

0 commit comments

Comments
 (0)