Skip to content

Commit 57d17b3

Browse files
Merge branch 'Current' of ssh://github.com/CodeEditorLand/Sky into Current
Signed-off-by: Nikola Hristov <[email protected]>
2 parents 436aaa2 + 0b4def9 commit 57d17b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update: Thu Dec 25 01:20:42 UTC 2025
1+
Update: Fri Jan 16 00:18:17 UTC 2026

.github/workflows/Dependabot.yml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.actor == 'dependabot[bot]' }}
2121

2222
steps:
23-
- uses: dependabot/fetch-metadata@v2.4.0
23+
- uses: dependabot/fetch-metadata@v2.5.0
2424
with:
2525
github-token: "${{ secrets.GITHUB_TOKEN }}"
2626

@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ github.actor == 'dependabot[bot]' }}
3636

3737
steps:
38-
- uses: dependabot/fetch-metadata@v2.4.0
38+
- uses: dependabot/fetch-metadata@v2.5.0
3939
with:
4040
github-token: "${{ secrets.GITHUB_TOKEN }}"
4141

.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/[email protected]
6161

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

.github/workflows/Node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--unsafe-perm=true
7777
]
7878
79-
- uses: actions/setup-node@v6.1.0
79+
- uses: actions/setup-node@v6.2.0
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282
cache: "pnpm"

0 commit comments

Comments
 (0)