Skip to content

Commit

Permalink
Bump julia-actions/cache from 2.0.5 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md)
- [Commits](julia-actions/cache@8242439...2b1bf4d)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent ee30f82 commit 699b9c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TagBotTriggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Cache artifacts
uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
- run: write(ENV["GITHUB_OUTPUT"], "manifest_version=$(VERSION.major).$(VERSION.minor)")
shell: julia --color=yes --project=.ci/ {0}
id: manifest_version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
version: ${{ matrix.version }}
- name: Cache artifacts
uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
- run: write(ENV["GITHUB_OUTPUT"], "manifest_version=$(VERSION.major).$(VERSION.minor)")
shell: julia --color=yes --project=.ci/ {0}
id: manifest_version
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
with:
version: '1.11'
- name: Cache artifacts
uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
- run: write(ENV["GITHUB_OUTPUT"], "manifest_version=$(VERSION.major).$(VERSION.minor)")
shell: julia --color=yes --project=.ci/ {0}
id: manifest_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: rm -rf .ci/JuliaProject*.toml
- run: rm -rf .ci/Project*.toml
- name: Cache artifacts
uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
- run: julia --color=yes -e 'import Pkg; Pkg.Registry.add("General")'
env:
JULIA_PKG_SERVER: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry-consistency-ci-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- name: Cache artifacts and packages
uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
- run: write(ENV["GITHUB_OUTPUT"], "manifest_version=$(VERSION.major).$(VERSION.minor)")
shell: julia --color=yes --project=.ci/ {0}
id: manifest_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry-consistency-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- name: Cache artifacts and packages
uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
- run: write(ENV["GITHUB_OUTPUT"], "manifest_version=$(VERSION.major).$(VERSION.minor)")
shell: julia --color=yes --project=.ci/ {0}
id: manifest_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
version: ${{ matrix.version }}
arch: x64
- name: Cache artifacts
uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
- run: write(ENV["GITHUB_OUTPUT"], "manifest_version=$(VERSION.major).$(VERSION.minor)")
shell: julia --color=yes {0}
id: manifest_version
Expand Down

0 comments on commit 699b9c7

Please sign in to comment.