We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edbb1b commit 1015b7aCopy full SHA for 1015b7a
.github/workflows/ci.yml
@@ -32,12 +32,10 @@ jobs:
32
- BINARYBUILDER_USE_SQUASHFS: false
33
steps:
34
- uses: actions/checkout@v2
35
- - uses: julia-actions/julia-buildpkg@latest
+ - uses: julia-actions/julia-buildpkg@@v1.0.0
36
# - name: Setup git user
37
# run: |
38
# git config --global user.name "Binary Builder"
39
# git config --global user.email "[email protected]"
40
- - uses: julia-actions/julia-runtest@latest
41
- - uses: julia-actions/julia-uploadcodecov@latest
42
- env:
43
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ - uses: julia-actions/[email protected]
0 commit comments