Skip to content

Commit 88dc930

Browse files
authored
Merge pull request #100 from IntelPython/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents b300431 + e65d0df commit 88dc930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
group: ${{ github.workflow }}-${{ github.ref }}
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3030

.github/workflows/openssf-scorecard.yml

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

3636
steps:
3737
- name: "Checkout code"
38-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
3939
with:
4040
persist-credentials: false
4141

0 commit comments

Comments
 (0)