diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8b153b0..183f1d5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,12 +17,12 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: julia-actions/setup-julia@3645a07f58c7f83b9f82ac8e0bb95583e69149e6 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0 + - uses: julia-actions/cache@580d2b69d895343992af2cbad49c32a0149c2cde - run: julia --color=yes --project=.ci/ -e 'import Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/cossio/CossioJuliaRegistry.git"))' shell: bash - name: Setup SSH Keys and known_hosts