Skip to content

Commit c6aab5e

Browse files
Merge pull request #15 from IntelPython/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2 parents 62fe9fa + 47eb633 commit c6aab5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python: ['3.10', '3.11', '3.12']
1717
steps:
18-
- uses: actions/checkout@v4.1.7
18+
- uses: actions/checkout@v4.2.0
1919
with:
2020
fetch-depth: 0
2121

@@ -135,7 +135,7 @@ jobs:
135135
env:
136136
conda-bld: C:\Miniconda\conda-bld\win-64\
137137
steps:
138-
- uses: actions/checkout@v4.1.7
138+
- uses: actions/checkout@v4.2.0
139139
with:
140140
fetch-depth: 0
141141

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: "Checkout code"
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)