Skip to content

Commit 3141022

Browse files
Merge pull request #1908 from JuliaSymbolics/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents 9a9f73a + fa8b219 commit 3141022

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
benchmark:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919
- run: |

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- uses: julia-actions/setup-julia@latest
1616
with:
1717
version: '1'

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- {user: SciML, repo: ModelOrderReduction.jl, group: Core}
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
- uses: julia-actions/setup-julia@v1
3939
with:
4040
version: ${{ matrix.julia-version }}
4141
arch: x64
4242
- uses: julia-actions/julia-buildpkg@latest
4343
- name: Clone Downstream
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
4747
path: downstream

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Actions Repository
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
- name: Check spelling
1313
uses: crate-ci/typos@v1.35.3

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version:
2727
- '1'
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030
with:
3131
fetch-depth: 0
3232
- run: |

0 commit comments

Comments
 (0)