Skip to content

Commit 5b81dc7

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 2fc8dd1 commit 5b81dc7

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

.github/workflows/Auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- run: |
6060
git config user.name "Auto"
61-
git config user.email "auto@playform.cloud"
61+
git config user.email "Commit@PlayForm.Cloud"
6262
git add .
6363
git commit -a --allow-empty-message -m ""
6464

.github/workflows/NPM.yml

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

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

.github/workflows/Node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
--unsafe-perm=true
7676
]
7777
78-
- uses: actions/setup-node@v4.2.0
78+
- uses: actions/setup-node@v4.3.0
7979
with:
8080
node-version: ${{ matrix.node-version }}
8181
cache: "pnpm"
@@ -87,7 +87,7 @@ jobs:
8787
- run: pnpm run prepublishOnly
8888
working-directory: .
8989

90-
- uses: actions/upload-artifact@v4.6.1
90+
- uses: actions/upload-artifact@v4.6.2
9191
with:
9292
name: .-Node-${{ matrix.node-version }}-Target
9393
path: ./Target

.github/workflows/Rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
profile: minimal
6464
toolchain: ${{ matrix.toolchain }}
6565

66-
- uses: actions/cache@v4.2.2
66+
- uses: actions/cache@v4.2.3
6767
with:
6868
path: |
6969
~/.cargo/bin/

Biome

Submodule Biome updated 1 file

Microsoft

Submodule Microsoft updated 2 files

OXC

Rolldown

SWC

Submodule SWC updated 1 file

Tauri

0 commit comments

Comments
 (0)