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: steps:
- name: Configure cache - name: Configure cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: | path: |
${{ env.GITHUB_WORKSPACE }} ${{ env.GITHUB_WORKSPACE }}

View File

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