Skip to content

Commit 7f7d709

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d120189 commit 7f7d709

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)