Skip to content

Commit e718523

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 995ec53 commit e718523

6 files changed

Lines changed: 63 additions & 63 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,30 @@ runs:
2121
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2222
2323
- name: Create pnpm cache
24-
uses: actions/cache@v4.2.2
24+
uses: actions/cache@v4.2.3
2525
with:
2626
path: ${{ env.STORE_PATH }}
2727
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
2828
restore-keys: |
2929
${{ runner.os }}-pnpm-store-
3030
3131
- name: Create turbo cache
32-
uses: actions/cache@v4.2.2
32+
uses: actions/cache@v4.2.3
3333
with:
3434
path: .turbo
3535
key: ${{ runner.os }}-turbo-${{ github.sha }}
3636
restore-keys: |
3737
${{ runner.os }}-turbo-
3838
3939
- name: Cache .next directory
40-
uses: actions/cache@v4.2.2
40+
uses: actions/cache@v4.2.3
4141
with:
4242
path: apps/studio/.next/cache
4343
key: ${{ runner.os }}-nextjs-${{ hashFiles('apps/studio/**/*.js', 'apps/studio/**/*.jsx', 'apps/studio/**/*.ts', 'apps/studio/**/*.tsx') }}
4444
restore-keys: ${{ runner.os }}-nextjs-
4545

4646
- name: Setup Node.js ${{ inputs.node-version }}
47-
uses: actions/setup-node@v4.2.0
47+
uses: actions/setup-node@v4.3.0
4848
with:
4949
node-version: ${{ inputs.node-version }}
5050
cache: 'pnpm'

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4.2.2
6161

62-
- uses: actions/setup-node@v4.2.0
62+
- uses: actions/setup-node@v4.3.0
6363
with:
6464
node-version: "18"
6565
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)