From 2286b254c90e3090c75a56483bdf6fee75437424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:32:52 +0000 Subject: [PATCH] Bump julia-actions/setup-julia Bumps the all-github-actions group with 1 update in the / directory: [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia). Updates `julia-actions/setup-julia` from 2 to 3 - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/v2...v3) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 82da117..8b568c5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -53,7 +53,7 @@ jobs: - name: Show available disk space (PowerShell) run: Get-PSDrive shell: powershell - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: 'lts' - name: cat daemon.json, before modifications