diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3f1b2a..2e216f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2b1792..f49538f 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 diff --git a/bun.lock b/bun.lock index 6238ead..38a8310 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "name": "@stacksjs/gitit", "devDependencies": { "better-dx": "^0.2.15", - "bunfig": "^0.15.6", + "bunfig": "^0.15.13", "pathe": "^2.0.3", }, }, diff --git a/package.json b/package.json index c0fbc2d..60c48fa 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ }, "devDependencies": { "better-dx": "^0.2.15", - "bunfig": "^0.15.6", + "bunfig": "^0.15.13", "pathe": "^2.0.3" }, "git-hooks": {