Browse Source

Bump actions/checkout from 4 to 5 (#279)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/280/head
dependabot[bot] 3 months ago committed by GitHub
parent
commit
8bde981f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/Check.yml
  2. 2
      .github/workflows/Documentation.yml
  3. 2
      .github/workflows/Test.yml

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@v4 - uses: actions/checkout@v5
- uses: julia-actions/setup-julia@v2 - uses: julia-actions/setup-julia@v2
with: with:
version: '1.11' version: '1.11'

2
.github/workflows/Documentation.yml

@ -12,7 +12,7 @@ jobs:
name: 'Julia 1 - ubuntu-latest' name: 'Julia 1 - ubuntu-latest'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- uses: julia-actions/setup-julia@v2 - uses: julia-actions/setup-julia@v2
with: with:
version: '1' version: '1'

2
.github/workflows/Test.yml

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

Loading…
Cancel
Save