Skip to content

Commit

Permalink
Bump the all-deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-deps group with 2 updates: [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) and [julia-actions/julia-buildpkg](https://github.com/julia-actions/julia-buildpkg).


Updates `julia-actions/setup-julia` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md)
- [Commits](julia-actions/setup-julia@9b79636...5c9647d)

Updates `julia-actions/julia-buildpkg` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/julia-actions/julia-buildpkg/releases)
- [Commits](julia-actions/julia-buildpkg@90dd6f2...e3eb439)

---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: julia-actions/julia-buildpkg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 039d870 commit ef041eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- x64
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834
- uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c
- uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1
- uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
DATADEPS_ALWAYS_ACCEPT: true
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71
with:
version: '1'
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
version: ['1']
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71
with:
version: ${{ matrix.version }}
- uses: julia-actions/julia-downgrade-compat@a14e4360fde479696aacfa6f2b6b8ff538cd6c0f
with:
skip: Statistics,Random,LinearAlgebra,Test
- uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834
- uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c
- uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1
- uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0

0 comments on commit ef041eb

Please sign in to comment.