From e478b30f1128562b8d42c551896dcdc1ce404001 Mon Sep 17 00:00:00 2001 From: schillic Date: Wed, 27 Nov 2024 23:08:01 +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 6fe4d5df35..b179106839 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