BazerUtils.jl

Assorted Julia utilities including custom logging
Log | Files | Refs | README | LICENSE

commit 6e7698fd13888481abd3905626dd9da55b722203
parent 378678744fb5fd7adef3558e831365926eb11d78
Author: Erik Loualiche <[email protected]>
Date:   Sat, 24 May 2025 11:02:01 -0500

Merge pull request #3 from LouLouLibs/dependabot/github_actions/julia-actions/setup-julia-2

Bump julia-actions/setup-julia from 1 to 2
Diffstat:
M.github/workflows/CI.yml | 2+-
M.github/workflows/Documenter.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: - x64 steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Julia - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@v2 - name: Pull Julia cache uses: julia-actions/cache@v2 - name: Install documentation dependencies