From 8391a9d03efe2b748ae85d01f3016da6dda709a2 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Mon, 4 Sep 2023 13:47:01 -0400 Subject: [PATCH] Abandon 1.7, update checkout (#80) * Abandon 1.7, update checkout * fix actions --- .github/workflows/Documentation.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/clean.yml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 8863b97..a90b7b7 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: version: '1' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 083abab..c47e023 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,10 @@ jobs: strategy: fail-fast: false matrix: - version: ['1.7', '1', 'nightly'] + version: ['1', 'nightly'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # - name: "Set up Julia" - uses: julia-actions/setup-julia@latest with: diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 3f4613b..fdbfb0b 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: gh-pages - name: Delete preview and history + push changes diff --git a/README.md b/README.md index e7acc91..96c79fe 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ ellipsoids/spheres, cuboids/cubes, gaussians, cylinders, cones. ### Compatibility -Tested with Julia ≥ 1.7. +Tested with Julia ≥ 1.9. [action-img]: https://github.com/JuliaImageRecon/ImagePhantoms.jl/workflows/CI/badge.svg