From b1df8e3251c35bc0152393775da734c8db5a28e3 Mon Sep 17 00:00:00 2001 From: schillic Date: Wed, 27 Nov 2024 23:07:25 +0100 Subject: [PATCH] count invalidations on latest Julia version --- .github/workflows/invalidations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/invalidations.yml b/.github/workflows/invalidations.yml index 6fe4d5df..b1791068 100644 --- a/.github/workflows/invalidations.yml +++ b/.github/workflows/invalidations.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Julia uses: julia-actions/setup-julia@v2 with: - version: '1.10' # currently not compatible with Julia v1.11 + version: '1' # current branch - name: Check out repository in current branch uses: actions/checkout@v4