Skip to content

Commit 69dc6a5

Browse files
committed
chore: upgrade dependencies
1 parent ae748d1 commit 69dc6a5

File tree

6 files changed

+694
-1151
lines changed

6 files changed

+694
-1151
lines changed

.devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openscript-ch",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
44
"customizations": {
55
"vscode": {
66
"extensions": [
@@ -24,4 +24,4 @@
2424
"forwardPorts": [
2525
8000
2626
]
27-
}
27+
}

.github/workflows/clear-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repo
11-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
11+
uses: actions/checkout@v4
1212

1313
- name: Use nodejs
1414
uses: actions/setup-node@v3

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout repo
29-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29+
uses: actions/checkout@v4
3030
with:
3131
ref: 'master'
3232

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
17+
uses: actions/checkout@v4
1818

1919
- name: Use nodejs
2020
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)