Skip to content

Commit

Permalink
Merge branch 'main' into update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash authored Mar 12, 2024
2 parents 4029e76 + b0c7eac commit 4ea5c28
Show file tree
Hide file tree
Showing 23 changed files with 727 additions and 435 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install SSH Client
if: github.event_name != 'pull_request' || github.repository == github.event.pull_request.head.repo.full_name # if this build is NOT a PR build, OR if this build is a PR build and the PR is NOT from a fork
uses: webfactory/ssh-agent@v0.8.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Create PR comment
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name # if this is a pull request build AND the pull request is NOT made from a fork
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6
with:
message: 'Once the build has completed, you can preview your PR at this URL: https://julialang.netlify.app/previews/PR${{ github.event.number }}/ in ~15 minutes'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ author = ""
# Templating of the Downloads
# NOTE: When updating for a new release, make sure to also rerun
# `downloads/oldreleases.jl`
stable_release = "1.10.0"
stable_release = "1.10.2"
stable_release_short = "1.10"
stable_release_date = "December 25, 2023"
stable_release_date = "March 1, 2024"
lts_release = "1.6.7"
lts_release_short = "1.6"
lts_release_date = "July 19, 2022"
Expand All @@ -25,9 +25,9 @@ hasplotly = false

# If the following lines are commented, the "upcoming release" section
# in `downloads/index.md` will not be shown.
# upcoming_release = "1.10.0-rc3"
# upcoming_release_short = "1.10"
# upcoming_release_date = "December 18, 2023"
upcoming_release = "1.11.0-alpha1"
upcoming_release_short = "1.11"
upcoming_release_date = "March 1, 2024"
+++

<!--
Expand Down
2 changes: 2 additions & 0 deletions downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Checksums for this release are available in both [SHA256](https://julialang-s3.j
</td>
</td>
</tr>
<!--
<tr>
<td> Generic Linux on PowerPC <a href="/downloads/platform/#linux_and_freebsd">[help]</a></td>
<td> <a href="https://julialang-s3.julialang.org/bin/linux/ppc64le/{{stable_release_short}}/julia-{{stable_release}}-linux-ppc64le.tar.gz">little endian</a>
Expand All @@ -237,6 +238,7 @@ Checksums for this release are available in both [SHA256](https://julialang-s3.j
<td>
</td>
</tr>
-->
<tr>
<td> Generic FreeBSD on x86 <a href="/downloads/platform/#linux_and_freebsd">[help]</a></td>
<td> <a href="https://julialang-s3.julialang.org/bin/freebsd/x64/{{stable_release_short}}/julia-{{stable_release}}-freebsd-x86_64.tar.gz">.tar.gz</a>
Expand Down
Loading

0 comments on commit 4ea5c28

Please sign in to comment.