Skip to content

Commit 3024c67

Browse files
Merge branch 'Current' into dependabot/github_actions/actions/setup-node-6.3.0
2 parents 13c6c70 + f7aa735 commit 3024c67

22 files changed

Lines changed: 96 additions & 324 deletions

.github/Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update: Fri Feb 27 01:54:32 UTC 2026
1+
Update: Sat Apr 4 02:00:11 UTC 2026

.github/workflows/Dependabot.yml

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.5.0
23+
- uses: dependabot/fetch-metadata@v3.0.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.5.0
38+
- uses: dependabot/fetch-metadata@v3.0.0
3939
with:
4040
github-token: "${{ secrets.GITHUB_TOKEN }}"
4141

.github/workflows/Node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v6.0.2
6363

64-
- uses: pnpm/action-setup@v4.2.0
64+
- uses: pnpm/action-setup@v5.0.0
6565
with:
6666
version: 9.3.0
6767
run_install: |

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Worker Package - Ephemeral build artifacts
2+
/Target/*
3+
!/Target/debug
4+
!/Target/release
5+
6+
# Build outputs
7+
Configuration/
8+
.node_modules/
9+
10+
# Environment files
11+
.env
12+
.env.local
13+
14+
# Logs
15+
*.log
16+
17+
# IDE
18+
.vscode/
19+
.idea/

0 commit comments

Comments
 (0)