Skip to content

Commit 1fa1d62

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/eslint-365511f525
2 parents 32ccda7 + e1b87e6 commit 1fa1d62

File tree

4 files changed

+31
-52
lines changed

4 files changed

+31
-52
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0.6
39+
uses: actions/create-github-app-token@v2.1.0
4040
with:
4141
app-id: ${{secrets.GH_APP_ID}}
4242
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

.github/workflows/update-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0.6
39+
uses: actions/create-github-app-token@v2.1.0
4040
with:
4141
app-id: ${{secrets.GH_APP_ID}}
4242
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

.github/workflows/update-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0.6
38+
uses: actions/create-github-app-token@v2.1.0
3939
with:
4040
app-id: ${{secrets.GH_APP_ID}}
4141
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

package-lock.json

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

0 commit comments

Comments
 (0)