Skip to content

Commit bb64084

Browse files
authored
Merge branch 'main' into dependabot/devcontainers/ghcr.io/devcontainers/features/node-1.6.2
2 parents 3427f03 + c8605f3 commit bb64084

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
create-release:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
19+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2020
id: token
2121
with:
2222
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: update-packages
3030
with:
3131
input-file: .devcontainer/${{ matrix.flavor }}/apt-requirements-*.json
32-
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
32+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
3333
id: token
3434
with:
3535
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}
@@ -58,7 +58,7 @@ jobs:
5858
id: update-extensions
5959
with:
6060
input-file: .devcontainer/${{ matrix.flavor }}/devcontainer-metadata-vscode.json
61-
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
61+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
6262
id: token
6363
with:
6464
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"devDependencies": {
55
"@playwright/test": "^1.51.1",
6-
"@types/node": "^22.13.14",
6+
"@types/node": "^22.14.0",
77
"dotenv": "^16.4.7",
88
"nodemon": "^3.1.9",
99
"otpauth": "^9.4.0",

0 commit comments

Comments
 (0)