Skip to content

Commit

Permalink
Merge pull request #28 from MagneticParticleImaging/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
jonschumacher authored Mar 27, 2024
2 parents 0c4bbea + d90f384 commit 806e9bb
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 @@ -26,7 +26,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -51,7 +51,7 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
Expand Down

0 comments on commit 806e9bb

Please sign in to comment.