From 9697f2627e12aec60b1228255a959bec4e8d517a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:31:29 -0800 Subject: [PATCH] Bump julia-actions/setup-julia from 1 to 2 (#434) * 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](https://github.com/julia-actions/setup-julia/compare/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] * try: Allow actions to write --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Dunbar <47412152+odunbar@users.noreply.github.com> --- .github/workflows/Docs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 99b15e2bc..4404fce9b 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -7,6 +7,9 @@ on: tags: '*' pull_request: +permissions: + contents: write + jobs: docs-build: runs-on: ubuntu-latest @@ -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'