From 8633bdf2c33bd78409cf1a955248ef4c36570db7 Mon Sep 17 00:00:00 2001 From: "Eric S. Tellez" Date: Tue, 9 Jan 2024 20:50:14 -0600 Subject: [PATCH] ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21d0509..acd065c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,12 @@ jobs: - os: macOS-latest arch: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} + - uses: julia-actions/cache@v1 - uses: actions/cache@v3 env: cache-name: cache-artifacts