Skip to content

Commit 5911cbd

Browse files
chore(deps): update all non-major dependencies
1 parent c737325 commit 5911cbd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
# env:
2121
# BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2222
with:
23-
bun-version: 1.2.18
23+
bun-version: 1.3.0
2424

2525
- name: Use cached node_modules
26-
uses: actions/cache@v4.2.4
26+
uses: actions/cache@v4.3.0
2727
with:
2828
path: node_modules
2929
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,7 +44,7 @@ jobs:
4444
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545

4646
- name: Attach Binaries
47-
uses: stacksjs/action-releaser@v1.1.0
47+
uses: stacksjs/action-releaser@v1.2.6
4848
with:
4949
files: |
5050
packages/logsmith/bin/logsmith-linux-x64.zip

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@actions/core": "^1.11.1",
35-
"@actions/github": "^6.0.0",
35+
"@actions/github": "^6.0.1",
3636
"@stacksjs/logsmith": "workspace:*"
3737
}
3838
}

0 commit comments

Comments
 (0)