Skip to content

Commit 6269ad2

Browse files
giordanostaticfloat
authored andcommitted
Fix commit hash of remote actions
1 parent 0b921b3 commit 6269ad2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
BINARYBUILDER_RUNNER: docker
3232
BINARYBUILDER_USE_SQUASHFS: false
3333
steps:
34-
- uses: actions/checkout@v2
35-
- uses: julia-actions/[email protected]
34+
- uses: actions/checkout@2036a08e25fa78bbd946711a407b529a0a1204bf # v2.3.2
35+
- uses: julia-actions/julia-buildpkg@9ae2dda33d6efd1a7b5d43ec7377b7d20490a51b # 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/[email protected]
41-
- uses: julia-actions/[email protected]
40+
- uses: julia-actions/julia-runtest@642d7a4c3b5078681a278015c40232a763d3756a # v1.0.0
41+
- uses: julia-actions/julia-processcoverage@033f48081796acf509d3dd406127b5b7eee3d2d3 # v1.1.0

0 commit comments

Comments
 (0)