Skip to content

Commit f245628

Browse files
chore(deps): update all non-major dependencies
1 parent 9b7e67b commit f245628

4 files changed

Lines changed: 21 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: oven-sh/setup-bun@v2
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v5.0.3
27+
uses: actions/cache@v5.0.5
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747
uses: oven-sh/setup-bun@v2
4848

4949
- name: Use cached node_modules
50-
uses: actions/cache@v5.0.3
50+
uses: actions/cache@v5.0.5
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: oven-sh/setup-bun@v2
7171

7272
- name: Use cached node_modules
73-
uses: actions/cache@v5.0.3
73+
uses: actions/cache@v5.0.5
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141

4242
- name: Attach Binaries
43-
uses: stacksjs/action-releaser@v1.2.7
43+
uses: stacksjs/action-releaser@v1.2.9
4444
with:
4545
files: |
4646
bin/gitit-linux-x64.zip

bun.lock

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"devDependencies": {
7676
"better-dx": "^0.2.7",
77-
"bunfig": "^0.15.6",
77+
"bunfig": "^0.15.7",
7878
"pathe": "^2.0.3"
7979
},
8080
"git-hooks": {

0 commit comments

Comments
 (0)