From a120a6e60129c3005728e78884ca43e1e51fe041 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 22:49:50 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/release.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f18a25..ffcd1c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Install Bun uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Install Bun uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -64,13 +64,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Install Bun uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e3b57b..f6ef1d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: stacksjs/action-releaser@v1.2.7 + uses: stacksjs/action-releaser@v1.2.9 with: files: | bin/gitit-linux-x64.zip