Skip to content

Commit 12dbdf0

Browse files
authored
Merge pull request #54 from osqp/dependabot/github_actions/actions/checkout-4
2 parents 36881aa + 2e93729 commit 12dbdf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Check out repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
submodules: 'recursive'
3030

@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Check out repository
82-
uses: actions/checkout@v2
82+
uses: actions/checkout@v4
8383
with:
8484
submodules: 'recursive'
8585

0 commit comments

Comments
 (0)