Skip to content

Commit 2295741

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/mocha-11.7.2
2 parents 8a1728c + ba389c6 commit 2295741

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4.2.2
12+
uses: actions/checkout@v5.0.0
1313
with:
1414
fetch-depth: 0
1515
- name: Set up node
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 5
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4.2.2
36+
uses: actions/checkout@v5.0.0
3737
- name: Set up node
3838
uses: actions/setup-node@v4.4.0
3939
with:
@@ -55,7 +55,7 @@ jobs:
5555
timeout-minutes: 5
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v4.2.2
58+
uses: actions/checkout@v5.0.0
5959
- name: Set up node
6060
uses: actions/setup-node@v4.4.0
6161
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4.2.2
25+
uses: actions/checkout@v5.0.0
2626
with:
2727
persist-credentials: false
2828
- name: Set up node
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run build
3737
- name: Generate app token
3838
id: app-token
39-
uses: actions/create-github-app-token@v2.1.0
39+
uses: actions/create-github-app-token@v2.1.1
4040
with:
4141
app-id: ${{secrets.GH_APP_ID}}
4242
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 5
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4.2.2
20+
uses: actions/checkout@v5.0.0
2121
- name: Sync labels
2222
uses: micnncim/action-label-syncer@v1.3.0
2323
with:

.github/workflows/update-license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
REGEX: ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4.2.2
21+
uses: actions/checkout@v5.0.0
2222
- name: Determine info
2323
shell: bash
2424
id: info
@@ -36,7 +36,7 @@ jobs:
3636
LICENSE_YEAR: ${{steps.info.outputs.license-year}}
3737
- name: Generate app token
3838
id: app-token
39-
uses: actions/create-github-app-token@v2.1.0
39+
uses: actions/create-github-app-token@v2.1.1
4040
with:
4141
app-id: ${{secrets.GH_APP_ID}}
4242
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

.github/workflows/update-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 5
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4.2.2
19+
uses: actions/checkout@v5.0.0
2020
- name: Determine info
2121
shell: bash
2222
id: info
@@ -35,7 +35,7 @@ jobs:
3535
NODE_VERSION: ${{steps.info.outputs.version}}
3636
- name: Generate app token
3737
id: app-token
38-
uses: actions/create-github-app-token@v2.1.0
38+
uses: actions/create-github-app-token@v2.1.1
3939
with:
4040
app-id: ${{secrets.GH_APP_ID}}
4141
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.18.0
1+
22.19.0

package-lock.json

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

0 commit comments

Comments
 (0)