Skip to content

Commit 1015b7a

Browse files
giordanostaticfloat
authored andcommitted
Replace deprecated action
1 parent 3edbb1b commit 1015b7a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ jobs:
3232
- BINARYBUILDER_USE_SQUASHFS: false
3333
steps:
3434
- uses: actions/checkout@v2
35-
- uses: julia-actions/julia-buildpkg@latest
35+
- uses: julia-actions/julia-buildpkg@@v1.0.0
3636
# - name: Setup git user
3737
# run: |
3838
# git config --global user.name "Binary Builder"
3939
# 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 }}
40+
- uses: julia-actions/[email protected]
41+
- uses: julia-actions/[email protected]

0 commit comments

Comments
 (0)