diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4af5b2b..92d5575 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Bun uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01427d6..4616921 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: builder_args: "" steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Bun uses: oven-sh/setup-bun@v2 @@ -39,7 +39,7 @@ jobs: bun-version: 1.3.13 - name: Cache Electron downloads - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/electron @@ -84,7 +84,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0