Skip to content

Commit

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

Bump julia-actions/setup-julia from 2.3.0 to 2.4.0
  • Loading branch information
jkrumbiegel authored Sep 2, 2024
2 parents 621f9c4 + 4d3d9cc commit b3ef5bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
persist-credentials: false
- uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037
- uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037
- uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360
with:
version: '1.9'
- name: "Install CompatHelper"
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@780022b48dfc0c2c6b94cfee6a9284850107d037
- uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360
with:
version: '1'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 # v2.3.0
- uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360 # v2.4.0
with:
version: '1'
- uses: quarto-dev/quarto-actions/setup@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2.1.4
Expand Down

0 comments on commit b3ef5bb

Please sign in to comment.