diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b79bff22b..6d06f4812 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: echo "head_ref is: ${{ github.head_ref }}" echo "target repository is: ${{ github.repository }}" echo "head repository is: ${{ github.event.pull_request.head.repo.full_name }}" - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} @@ -61,7 +61,7 @@ jobs: os: - 'ubuntu-latest' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - uses: julia-actions/setup-julia@v2 @@ -80,7 +80,7 @@ jobs: env: JULIA_PKG_SERVER: "" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - uses: julia-actions/setup-julia@v2