Skip to content

Commit 02908a3

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent e5bd9b6 commit 02908a3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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/Rust.yml

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

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"@codeeditorland/common": "0.0.6"
2929
},
3030
"devDependencies": {
31-
"@cloudflare/workers-types": "4.20250403.0",
32-
"@playform/build": "0.2.1",
31+
"@cloudflare/workers-types": "4.20250404.0",
32+
"@playform/build": "0.2.2",
3333
"@types/dotenv": "8.2.3",
34-
"miniflare": "4.20250321.1",
35-
"wrangler": "4.7.0"
34+
"miniflare": "4.20250321.2",
35+
"wrangler": "4.7.1"
3636
},
3737
"publishConfig": {
3838
"access": "public",

0 commit comments

Comments
 (0)