BazerUtils.jl

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

commit 378678744fb5fd7adef3558e831365926eb11d78
parent 865ff6a9c50b6b069fdea96e7b697a816ae5558b
Author: Erik Loualiche <[email protected]>
Date:   Sat, 24 May 2025 10:57:09 -0500

Merge pull request #2 from LouLouLibs/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
Diffstat:
M.github/workflows/CI.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }}