Skip to content

Commit 285fb5a

Browse files
Bump the all-updates group across 1 directory with 3 updates
Bumps the all-updates group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [julia-actions/julia-runtest](https://github.com/julia-actions/julia-runtest) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 4.2.2 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...1af3b93) Updates `julia-actions/julia-runtest` from 1.11.2 to 1.11.4 - [Release notes](https://github.com/julia-actions/julia-runtest/releases) - [Commits](julia-actions/julia-runtest@678da69...d60b785) Updates `codecov/codecov-action` from 5.4.3 to 5.5.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@18283e0...5a10915) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates - dependency-name: julia-actions/julia-runtest dependency-version: 1.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1e37c4 commit 285fb5a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
github-runner: ubuntu-latest
4343
coverage: true
4444
steps:
45-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4646
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
4747
with:
4848
version: ${{ matrix.julia-version }}
@@ -54,11 +54,11 @@ jobs:
5454
# based on the architecture of the underlying GitHub Runner (virtual machine).
5555
arch: ${{ github.ref == '32' && 'x86' || runner.arch }}
5656
- uses: julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
57-
- uses: julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2
57+
- uses: julia-actions/julia-runtest@d60b785c6f2bdf4ebfb18b2b6f7d93b7dfb0efe3 # v1.11.4
5858
with:
5959
coverage: ${{ matrix.coverage }}
6060
- uses: julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1.2.2
61-
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
61+
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
6262
with:
6363
files: lcov.info
6464
env:

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- github-runner: macos-14 # macos-14 = Apple Silicon.
8383
julia-wordsize: '32'
8484
steps:
85-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8686
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
8787
with:
8888
version: ${{ matrix.julia-version }}
@@ -94,11 +94,11 @@ jobs:
9494
# based on the architecture of the underlying GitHub Runner (virtual machine).
9595
arch: ${{ github.ref == '32' && 'x86' || runner.arch }}
9696
- uses: julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
97-
- uses: julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2
97+
- uses: julia-actions/julia-runtest@d60b785c6f2bdf4ebfb18b2b6f7d93b7dfb0efe3 # v1.11.4
9898
with:
9999
coverage: ${{ matrix.coverage }}
100100
- uses: julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1.2.2
101-
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
101+
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
102102
with:
103103
files: lcov.info
104104
env:
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
timeout-minutes: 30
110110
steps:
111-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
112112
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
113113
with:
114114
version: '1'
@@ -130,7 +130,7 @@ jobs:
130130
- '1.10' # current LTS
131131
- '1.11' # current stable
132132
steps:
133-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
133+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
134134
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
135135
with:
136136
version: ${{ matrix.julia-version }}

0 commit comments

Comments
 (0)