mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
Enable Dependabot (#85)
* Add Dependabot * Pin actions to hashes * Only update github-actions
This commit is contained in:
6
.github/workflows/test_logger_ci.yml
vendored
6
.github/workflows/test_logger_ci.yml
vendored
@@ -32,14 +32,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout julia-runtest
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
|
||||
|
||||
- uses: julia-actions/setup-julia@v1
|
||||
- uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
arch: ${{ matrix.arch }}
|
||||
|
||||
- uses: actions/cache@v1
|
||||
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
|
||||
env:
|
||||
cache-name: cache-artifacts
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user