diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46e2142..cb65253 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout Example.jl - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: julia-actions/Example.jl @@ -49,7 +49,7 @@ jobs: shell: bash - name: Checkout julia-buildpkg - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ./.github/actions/julia-buildpkg