Skip to content

Commit ccae24f

Browse files
Bump actions/checkout from 2 to 3 (#173)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout 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>
1 parent 9848709 commit ccae24f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version:
3030
- 'nightly'
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- uses: julia-actions/setup-julia@v1
3434
with:
3535
version: ${{ matrix.version }}

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
version:
3333
- '1' # automatically expands to the latest stable 1.x release of Julia
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
- uses: julia-actions/setup-julia@v1
3737
with:
3838
version: ${{ matrix.version }}
@@ -76,7 +76,7 @@ jobs:
7676
version:
7777
- '1' # automatically expands to the latest stable 1.x release of Julia
7878
steps:
79-
- uses: actions/checkout@v2
79+
- uses: actions/checkout@v3
8080
- uses: julia-actions/setup-julia@v1
8181
with:
8282
version: ${{ matrix.version }}
@@ -101,7 +101,7 @@ jobs:
101101
name: Documentation
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/checkout@v2
104+
- uses: actions/checkout@v3
105105
- uses: julia-actions/setup-julia@v1
106106
with:
107107
version: '1'
@@ -121,7 +121,7 @@ jobs:
121121
name: Doctests
122122
runs-on: ubuntu-latest
123123
steps:
124-
- uses: actions/checkout@v2
124+
- uses: actions/checkout@v3
125125
- uses: julia-actions/setup-julia@v1
126126
with:
127127
version: '1'

0 commit comments

Comments
 (0)