Skip to content

Commit e7c57ea

Browse files
chore(deps): update all non-major dependencies (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ab2e54 commit e7c57ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v5.0.0
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Install Bun
19-
uses: oven-sh/setup-bun@v2
19+
uses: oven-sh/setup-bun@v2.0.2
2020
# env:
2121
# BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2222
with:
2323
bun-version: latest
2424

2525
- name: Use cached node_modules
26-
uses: actions/cache@v4
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.2.7
47+
uses: stacksjs/action-releaser@v1.2.6
4848
with:
4949
files: |
5050
packages/dtsx/bin/dtsx-linux-x64.zip

0 commit comments

Comments
 (0)