ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#22
Merged chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1769184529408 into main
4 files +18 -18
.github/workflows/ci.ymlmodified+8-8
Changes to .github/workflows/ci.yml
@@ -18,13 +18,13 @@ jobs:
1818 runs-on: ubuntu-latest
1919
2020 steps:
21 - uses: actions/checkout@v6.0.2
21 - uses: actions/checkout@v6.0.1
2222
2323 - name: Install Bun
2424 uses: oven-sh/setup-bun@v2.1.2
2525
2626 - name: Use cached node_modules
27 uses: actions/cache@v5.0.2
27 uses: actions/cache@v5.0.3
2828 with:
2929 path: node_modules
3030 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -41,13 +41,13 @@ jobs:
4141 runs-on: ubuntu-latest
4242
4343 steps:
44 - uses: actions/checkout@v6.0.2
44 - uses: actions/checkout@v6.0.1
4545
4646 - name: Install Bun
4747 uses: oven-sh/setup-bun@v2.1.2
4848
4949 - name: Use cached node_modules
50 uses: actions/cache@v5.0.2
50 uses: actions/cache@v5.0.3
5151 with:
5252 path: node_modules
5353 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -64,13 +64,13 @@ jobs:
6464 runs-on: ubuntu-latest
6565
6666 steps:
67 - uses: actions/checkout@v6.0.2
67 - uses: actions/checkout@v6.0.1
6868
6969 - name: Install Bun
7070 uses: oven-sh/setup-bun@v2.1.2
7171
7272 - name: Use cached node_modules
73 uses: actions/cache@v5.0.2
73 uses: actions/cache@v5.0.3
7474 with:
7575 path: node_modules
7676 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -87,13 +87,13 @@ jobs:
8787 runs-on: ubuntu-latest
8888
8989 steps:
90 - uses: actions/checkout@v6.0.2
90 - uses: actions/checkout@v6.0.1
9191
9292 - name: Install Bun
9393 uses: oven-sh/setup-bun@v2.1.2
9494
9595 - name: Use cached node_modules
96 uses: actions/cache@v5.0.2
96 uses: actions/cache@v5.0.3
9797 with:
9898 path: node_modules
9999 key: node-modules-${{ hashFiles('**/bun.lock') }}