Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
e85a72e789 Bump actions/cache from 4 to 5 (#65) 2025-12-12 03:19:41 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- name: Configure cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
${{ env.GITHUB_WORKSPACE }}

View File

@@ -40,7 +40,7 @@ jobs:
steps:
- name: Checkout Example.jl
uses: actions/checkout@v6
uses: actions/checkout@v5
with:
repository: julia-actions/Example.jl
@@ -49,7 +49,7 @@ jobs:
shell: bash
- name: Checkout julia-buildpkg
uses: actions/checkout@v6
uses: actions/checkout@v5
with:
path: ./.github/actions/julia-buildpkg