Skip to content

Commit

Permalink
Merge pull request #144 from ImperialCollegeLondon/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
github-actions[bot] authored Oct 1, 2023
2 parents 01ac3fb + 567d0af commit 5298d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]

test:
Expand All @@ -18,7 +18,7 @@ jobs:
os: [ ubuntu-latest ]
python-version: [ "3.10" ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 5298d5a

Please sign in to comment.