Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 649a672

Browse files
authored
Merge pull request #147 from IntelPython/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 5.0.1 to 6.0.2
2 parents 6c471e5 + 0f1fe5c commit 649a672

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@v6
27+
- uses: actions/checkout@v6.0.2
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.7
38+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
3939
with:
4040
persist-credentials: false
4141

0 commit comments

Comments
 (0)