Skip to content

Commit 09cf228

Browse files
committed
Update GitHub CI to use v3 of actions/checkout
1 parent aa6b90c commit 09cf228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Check out repository
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727

2828
- name: Install Octave (Linux)
2929
if: matrix.platform == 'octave' && startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)