diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 383065a..e224459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,13 +11,18 @@ on: types: - created +permissions: + actions: write + contents: read + pull-requests: read + jobs: build-and-test: runs-on: macos-latest steps: - uses: actions/checkout@v1 - name: Cache dependencies - uses: actions/cache@v1.1.0 + uses: actions/cache@v4.1.0 id: carthage-cache with: path: Carthage