Skip to content

ci(deps): bump julia-actions/cache from 3.1.0 to 3.2.0 - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/julia-actions/cache-3.2.0
Open

ci(deps): bump julia-actions/cache from 3.1.0 to 3.2.0#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/julia-actions/cache-3.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps julia-actions/cache from 3.1.0 to 3.2.0.

Release notes

Sourced from julia-actions/cache's releases.

v3.2.0

New Features

Other changes

  • We updated some dependencies (JavaScript and CI).
  • We implemented a 7-day dependency cooldown for our dependencies.
  • We updated our docs.

New Contributors

Full Changelog

Full Changelog: julia-actions/cache@v3.1.0...v3.2.0

Commits
  • b7788ab Add optional prefix for uploads (#246)
  • 3208dfc Add option to use (multithreaded) zstd for gcp (#244)
  • f6f2182 Stream tar archives directly to/from GCP storage without intermediate files (...
  • 8020c5e Bump @​google-cloud/storage from 7.19.0 to 7.21.0 (#240)
  • a33894c Bump @​actions/cache from 6.0.0 to 6.1.0 (#242)
  • 494dbc4 Bump @​vercel/ncc from 0.38.4 to 0.44.0 (#241)
  • 4e5363b Bump actions/checkout from 6.0.2 to 7.0.0 (#239)
  • 8e8a61e Bump undici from 6.24.1 to 6.27.0 (#238)
  • efca04f Bump form-data from 2.5.5 to 2.5.6 (#237)
  • 3d16c7a Set the NPM cooldown in the .npmrc file for local usage (#234)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Commits](julia-actions/cache@a45e8fa...b7788ab)

---
updated-dependencies:
- dependency-name: julia-actions/cache
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 29, 2026
@dependabot
dependabot Bot requested a review from sbfnk as a code owner July 29, 2026 06:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 29, 2026
@github-actions

Copy link
Copy Markdown

Try this Pull Request!

Option 1: Julia Package Manager

Open Julia and type:

import Pkg
Pkg.activate(temp=true)
Pkg.add(url="https://github.com/epiforecasts/ForecastEnsembles.jl", rev="dependabot/github_actions/julia-actions/cache-3.2.0")
using ForecastEnsembles

Option 2: Local Checkout

If you have the repo locally:

git checkout dependabot/github_actions/julia-actions/cache-3.2.0
julia --project=. -e "using Pkg; Pkg.instantiate()"

@sbfnk-bot
sbfnk-bot enabled auto-merge (squash) July 29, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants