Skip to content

Commit 8bd2fd9

Browse files
authored
Merge pull request #81 from JuliaStats/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 33a4cd3 + 435924f commit 8bd2fd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: julia-actions/setup-julia@v1
2424
with:
2525
version: "1"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
arch:
2424
- x64
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- uses: julia-actions/setup-julia@v1
2828
with:
2929
version: ${{ matrix.version }}
@@ -48,7 +48,7 @@ jobs:
4848
# name: Documentation
4949
# runs-on: ubuntu-latest
5050
# steps:
51-
# - uses: actions/checkout@v3
51+
# - uses: actions/checkout@v4
5252
# - uses: julia-actions/setup-julia@v1
5353
# with:
5454
# version: '1'

0 commit comments

Comments
 (0)