Skip to content

Commit 3ac8d22

Browse files
Merge branch 'Current' of ssh://github.com/Playform/Build into Current
2 parents 0045474 + db0dbb2 commit 3ac8d22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write
2525

2626
steps:
27-
- uses: actions/checkout@v4.1.2
27+
- uses: actions/checkout@v4.1.3
2828

2929
- uses: actions/setup-node@v4.0.2
3030
with:

.github/workflows/Node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
node-version: [18, 19, 20]
5858

5959
steps:
60-
- uses: actions/checkout@v4.1.2
60+
- uses: actions/checkout@v4.1.3
6161

6262
- uses: pnpm/action-setup@v3.0.0
6363
with:
@@ -86,7 +86,7 @@ jobs:
8686
- run: pnpm run prepublishOnly
8787
working-directory: .
8888

89-
- uses: actions/upload-artifact@v4.3.2
89+
- uses: actions/upload-artifact@v4.3.3
9090
with:
9191
name: .-Node-${{ matrix.node-version }}-Target
9292
path: ./Target

0 commit comments

Comments
 (0)