Skip to content

Commit

Permalink
CI: use concrete action version (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Sep 5, 2023
1 parent ab2dfc1 commit 257423f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: "Cache artifacts"
uses: julia-actions/cache@v1
- name: "Build package"
uses: julia-actions/julia-buildpkg@latest
uses: julia-actions/julia-buildpkg@v1
- name: "Run tests"
uses: julia-actions/julia-runtest@latest
uses: julia-actions/julia-runtest@v1
with:
depwarn: error
- name: "Run doctests"
Expand Down Expand Up @@ -79,8 +79,8 @@ jobs:
with:
version: '1.9'
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 257423f

Please sign in to comment.