From 163313f4f9a1ab5c63b9c1feb7e1c86b3484671c Mon Sep 17 00:00:00 2001 From: Andreas <38031952+AnHeuermann@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:43:43 +0100 Subject: [PATCH] Bumbing workflow versions (#407) - Update patch version of DrWatson --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/doccleanup.yml | 2 +- Project.toml | 2 +- src/defaults/ci.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da535127..d8f9049b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,17 +23,17 @@ jobs: # Cancel ongoing CI test runs if pushing to branch again before the previous tests # have finished - name: Cancel ongoing test runs for previous commits - uses: styfle/cancel-workflow-action@0.6.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} # Do tests - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: @@ -46,7 +46,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4 with: file: lcov.info docs: @@ -56,12 +56,12 @@ jobs: # Cancel ongoing documentation build if pushing to branch again before the previous # build is finished. - name: Cancel ongoing documentation builds for previous commits - uses: styfle/cancel-workflow-action@0.6.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} # Build docs - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: '1' diff --git a/.github/workflows/doccleanup.yml b/.github/workflows/doccleanup.yml index 15680241..43b39afe 100644 --- a/.github/workflows/doccleanup.yml +++ b/.github/workflows/doccleanup.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: gh-pages diff --git a/Project.toml b/Project.toml index c8b64655..00e813df 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DrWatson" uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1" repo = "https://github.com/JuliaDynamics/DrWatson.jl.git" -version = "2.14.0" +version = "2.14.1" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/src/defaults/ci.yml b/src/defaults/ci.yml index e10cf2e2..d2883191 100644 --- a/src/defaults/ci.yml +++ b/src/defaults/ci.yml @@ -24,7 +24,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }}