diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index cf76c56..bc73653 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -13,7 +13,7 @@ jobs: with: submodules: true - name: Setup node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".node-version" package-manager-cache: false @@ -64,7 +64,7 @@ jobs: with: submodules: true - name: Setup node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".node-version" package-manager-cache: false @@ -114,7 +114,7 @@ jobs: with: submodules: true - name: Setup node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".node-version" package-manager-cache: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cafcac4..b2a462f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: with: submodules: true - name: Setup node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".node-version" package-manager-cache: false