Skip to content

Commit 82f1fb2

Browse files
dependabot[bot]oleksandr-pavlyk
authored andcommitted
Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb44863 commit 82f1fb2

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/[email protected].0
18+
- uses: actions/[email protected].1
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/[email protected].0
138+
- uses: actions/[email protected].1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)