Skip to content

Commit

Permalink
Merge pull request #10 from PumasAI/dependabot/github_actions/julia-a…
Browse files Browse the repository at this point in the history
…ctions/setup-julia-2.1.0

Bump julia-actions/setup-julia from 2.0.0 to 2.1.0
  • Loading branch information
MichaelHatherly authored Jun 26, 2024
2 parents e28da19 + 3fb63cd commit 15f4494
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 @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
persist-credentials: false
- uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874
- uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874
- uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0
with:
version: '1'
- name: Install dependencies
Expand Down

0 comments on commit 15f4494

Please sign in to comment.