Skip to content

Commit 69efc25

Browse files
Bump julia-actions/cache from 2.0.5 to 2.0.7 (#1027)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c35331 commit 69efc25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# GitHub will automatically expand to the correct value (`x86_64` or `aarch64`)
5454
# based on the architecture of the underlying GitHub Runner (virtual machine).
5555
arch: ${{ github.ref == '32' && 'x86' || runner.arch }}
56-
- uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
56+
- uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
5757
- uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1
5858
with:
5959
coverage: ${{ matrix.coverage }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# GitHub will automatically expand to the correct value (`x86_64` or `aarch64`)
9393
# based on the architecture of the underlying GitHub Runner (virtual machine).
9494
arch: ${{ github.ref == '32' && 'x86' || runner.arch }}
95-
- uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
95+
- uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
9696
- uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1
9797
with:
9898
coverage: ${{ matrix.coverage }}
@@ -133,7 +133,7 @@ jobs:
133133
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0
134134
with:
135135
version: ${{ matrix.julia-version }}
136-
- uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
136+
- uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
137137
- uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c # v1.6.0
138138
with:
139139
project: 'examples/MyLib'

0 commit comments

Comments
 (0)