diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faa52f6..e9d66cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.4 + 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.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.4 + 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.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.4 + 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 a8bbceb..d37b1e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/bun.lock b/bun.lock index 6dcb588..27d140e 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "@stacksjs/ts-css", "dependencies": { - "bunfig": "^0.15.6", + "bunfig": "^0.15.13", }, "devDependencies": { "@types/bun": "latest", diff --git a/package.json b/package.json index 380531d..91fff63 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "format:fix": "bunx --bun pickier . --format --write" }, "dependencies": { - "bunfig": "^0.15.6" + "bunfig": "^0.15.13" }, "devDependencies": { "@types/bun": "latest",