From 6a52a7b362d425dc6dd1ea8c7f50275e0a4e776a Mon Sep 17 00:00:00 2001 From: Ian Goddard Date: Tue, 30 Apr 2024 10:00:12 +0100 Subject: [PATCH] update actions version --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d7d13394..8d132383 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: arch: x64 version: '1.6' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }}