Browse Source

Merge 5d13d32572 into 3f42111f3f

pull/15/merge
dependabot[bot] 5 days ago committed by GitHub
parent
commit
8fa7439131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/CI.yml
  2. 2
      .github/workflows/Check.yml

2
.github/workflows/CI.yml

@ -27,7 +27,7 @@ jobs:
- os: macOS-latest - os: macOS-latest
version: '1' version: '1'
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- uses: julia-actions/setup-julia@v2 - uses: julia-actions/setup-julia@v2
with: with:
version: ${{ matrix.version }} version: ${{ matrix.version }}

2
.github/workflows/Check.yml

@ -13,7 +13,7 @@ jobs:
name: Runic formatting name: Runic formatting
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- uses: julia-actions/setup-julia@v2 - uses: julia-actions/setup-julia@v2
with: with:
version: '1.11' version: '1.11'

Loading…
Cancel
Save