Skip to content

Commit 727f926

Browse files
Merge pull request #18 from IntelPython/dependabot/github_actions/actions/checkout-4.2.1
Bump actions/checkout from 4.2.0 to 4.2.1
2 parents 7c48314 + 82f1fb2 commit 727f926

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/[email protected].0
18+
- uses: actions/[email protected].1
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/[email protected].0
138+
- uses: actions/[email protected].1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)