Skip to content

Commit 6511040

Browse files
Merge pull request #24 from IntelPython/dependabot/github_actions/actions/checkout-4.2.2
2 parents d120189 + 7f7d709 commit 6511040

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.2.1
18+
- uses: actions/checkout@v4.2.2
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.2.1
138+
- uses: actions/checkout@v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
39+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)