Skip to content

Commit 163313f

Browse files
authored
Bumbing workflow versions (#407)
- Update patch version of DrWatson
1 parent 2ab860b commit 163313f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
# Cancel ongoing CI test runs if pushing to branch again before the previous tests
2424
# have finished
2525
- name: Cancel ongoing test runs for previous commits
26-
uses: styfle/cancel-workflow-action@0.6.0
26+
uses: styfle/cancel-workflow-action@0.12.1
2727
with:
2828
access_token: ${{ github.token }}
2929

3030
# Do tests
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4
3232
- uses: julia-actions/setup-julia@v1
3333
with:
3434
version: ${{ matrix.version }}
3535
arch: ${{ matrix.arch }}
36-
- uses: actions/cache@v1
36+
- uses: actions/cache@v4
3737
env:
3838
cache-name: cache-artifacts
3939
with:
@@ -46,7 +46,7 @@ jobs:
4646
- uses: julia-actions/julia-buildpkg@v1
4747
- uses: julia-actions/julia-runtest@v1
4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v1
49+
- uses: codecov/codecov-action@v4
5050
with:
5151
file: lcov.info
5252
docs:
@@ -56,12 +56,12 @@ jobs:
5656
# Cancel ongoing documentation build if pushing to branch again before the previous
5757
# build is finished.
5858
- name: Cancel ongoing documentation builds for previous commits
59-
uses: styfle/cancel-workflow-action@0.6.0
59+
uses: styfle/cancel-workflow-action@0.12.1
6060
with:
6161
access_token: ${{ github.token }}
6262

6363
# Build docs
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v4
6565
- uses: julia-actions/setup-julia@v1
6666
with:
6767
version: '1'

.github/workflows/doccleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout gh-pages branch
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
with:
1414
ref: gh-pages
1515

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DrWatson"
22
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
33
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
4-
version = "2.14.0"
4+
version = "2.14.1"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/defaults/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
arch:
2525
- x64
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
- uses: julia-actions/setup-julia@v1
2929
with:
3030
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)