Skip to content

Commit

Permalink
Merge pull request #174 from SciML/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.0.0

Bump actions/checkout from 3.5.2 to 4.0.0
  • Loading branch information
ChrisRackauckas authored Sep 23, 2023
2 parents 1fa53e8 + 6e82640 commit cec320e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc
with:
version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: julia-actions/setup-julia@latest
with:
version: '1'
Expand Down

0 comments on commit cec320e

Please sign in to comment.