Skip to content

Commit

Permalink
Merge pull request #144 from JuliaMath/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
oscardssmith authored Sep 25, 2023
2 parents 075d03f + 617fb64 commit 75274b0
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 @@ -17,7 +17,7 @@ jobs:
- '1'
- 'nightly'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -33,7 +33,7 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
Expand Down

0 comments on commit 75274b0

Please sign in to comment.