diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a804d8e..ef67550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,7 @@ name: CI on: [push, pull_request] +permissions: + contents: read jobs: test: name: Tests ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} @@ -103,7 +105,7 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - uses: julia-actions/cache@v3 - - uses: julia-actions/julia-downgrade-compat@v1 + - uses: julia-actions/julia-downgrade-compat@v2 with: # As per documentation, we exclude packages within the Julia standard library skip: LinearAlgebra,SparseArrays - uses: julia-actions/julia-buildpkg@v1