Skip to content

Commit

Permalink
Merge pull request #145 from HelgeGehring/dependabot/github_actions/j…
Browse files Browse the repository at this point in the history
…ulia-actions/setup-julia-2

build(deps): bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
HelgeGehring authored Apr 3, 2024
2 parents 4fcbd7a + be1cdbe commit 566f8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1.9.2'
- uses: julia-actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
pip install gdsfactory gplugins
pip list
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1.9.3'
- uses: julia-actions/cache@v1
Expand Down

0 comments on commit 566f8a0

Please sign in to comment.