Skip to content

Commit 5298d5a

Browse files
Merge pull request #144 from ImperialCollegeLondon/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 01ac3fb + 567d0af commit 5298d5a

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
@@ -6,7 +6,7 @@ jobs:
66
qa:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: pre-commit/[email protected]
1111

1212
test:
@@ -18,7 +18,7 @@ jobs:
1818
os: [ ubuntu-latest ]
1919
python-version: [ "3.10" ]
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)