Skip to content

Commit 293a9ae

Browse files
authored
Merge pull request #1020 from ipython/dependabot/github_actions/actions-e6ee9d7de3
Bump actions/checkout from 6 to 6.0.2 in the actions group
2 parents 7fde4df + 0879292 commit 293a9ae

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
test-docs:
2323
runs-on: ubuntu-24.04
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v6.0.2
2626
with:
2727
# make rediraffecheckdiff requires git history to compare current
2828
# commit with the main branch and previous releases.

.github/workflows/test-ssh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs_on: windows-2022
5252

5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v6.0.2
5555
with:
5656
persist-credentials: false
5757

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
pre: pre
5454

5555
steps:
56-
- uses: actions/checkout@v6
56+
- uses: actions/checkout@v6.0.2
5757
with:
5858
persist-credentials: false
5959

.github/workflows/windows-ssh-image.yaml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v6.0.2
2323
with:
2424
persist-credentials: false
2525

0 commit comments

Comments
 (0)