Skip to content

Commit fe84b1d

Browse files
Merge pull request #96 from IntelPython/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e1d69cb + e7c9394 commit fe84b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python: ['3.10']
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222

@@ -128,7 +128,7 @@ jobs:
128128
env:
129129
conda-bld: C:\Miniconda\conda-bld\win-64\
130130
steps:
131-
- uses: actions/checkout@v3
131+
- uses: actions/checkout@v4
132132
with:
133133
fetch-depth: 0
134134
- uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)