Skip to content

Commit

Permalink
Bump julia-actions/setup-julia from 1 to 2 (#434)
Browse files Browse the repository at this point in the history
* Bump julia-actions/setup-julia from 1 to 2

Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Commits](julia-actions/setup-julia@v1...v2)

---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* try: Allow actions to write

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Dunbar <[email protected]>
  • Loading branch information
dependabot[bot] and odunbar authored Dec 11, 2024
1 parent 7a33e72 commit 9697f26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
tags: '*'
pull_request:

permissions:
contents: write

jobs:
docs-build:
runs-on: ubuntu-latest
Expand All @@ -17,7 +20,7 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
show-versioninfo: 'true'
Expand Down

0 comments on commit 9697f26

Please sign in to comment.