diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4575860..8477a59 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: runs-on: macos-15 timeout-minutes: 10 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 1 @@ -57,7 +57,7 @@ jobs: runs-on: ${{ matrix.platform }} timeout-minutes: 10 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 1 - name: Build diff --git a/.github/workflows/lima.yaml b/.github/workflows/lima.yaml index 24c7795..26200c6 100644 --- a/.github/workflows/lima.yaml +++ b/.github/workflows/lima.yaml @@ -25,7 +25,7 @@ jobs: # unlikely to succeed. timeout-minutes: 20 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 1 - name: Show host info diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 19d02f6..3cf1d9c 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.platform }} timeout-minutes: 10 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 1 - name: Show host info diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2f85ef2..3101cdc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: attestations: write # for provenances timeout-minutes: 20 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: # https://github.com/reproducible-containers/repro-get/issues/3 fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: gh attestation verify socket_vmnet-${version}-x86_64.tar.gz --owner lima-vm \`\`\` EOF - - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 + - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: subject-path: _artifacts/* diff --git a/README.md b/README.md index e1a5978..5af303a 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ To uninstall the launchd service: ```bash sudo make uninstall.launchd +sudo make uninstall.launchd.plist ```