Skip to content

Commit cf5a834

Browse files
authored
Merge pull request #17 from cvxgrp/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents f485eee + 104c8d7 commit cf5a834

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pre-commit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Set up Python 3.8
1818
uses: actions/setup-python@v4
1919
with:
@@ -38,7 +38,7 @@ jobs:
3838
3.10
3939
3.9
4040
3.8
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0 # For sonar
4444
- name: Install dependencies

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
doc_deploy:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v4
1616
with:
1717
python-version: 3.8

0 commit comments

Comments
 (0)