Skip to content

Commit 88dab61

Browse files
committed
build: upgrade github actions
1 parent 645a00a commit 88dab61

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/on-merged-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4949

5050
- name: Delete package dev channel PR comment
51-
uses: thollander/actions-comment-pull-request@v2
51+
uses: thollander/actions-comment-pull-request@v3
5252
with:
5353
message: |
5454
Published under `${{ env.DEV_CHANNEL }}` npm channel.

.github/workflows/on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: MegaLinter
8181
# You can override MegaLinter flavor used to have faster performances
8282
# More info at https://megalinter.io/latest/flavors/
83-
uses: oxsecurity/megalinter/flavors/javascript@v7
83+
uses: oxsecurity/megalinter/flavors/javascript@v8
8484
env:
8585
# All available variables are described in documentation
8686
# https://megalinter.io/latest/config-file/
@@ -164,7 +164,7 @@ jobs:
164164
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
165165

166166
- name: Comment PR dev channel
167-
uses: thollander/actions-comment-pull-request@v2
167+
uses: thollander/actions-comment-pull-request@v3
168168
with:
169169
message: |
170170
Published under `${{ env.DEV_CHANNEL }}` npm channel.

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm run test:unit -- --runInBand
3131

3232
- name: Upload coverage
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
continue-on-error: true

0 commit comments

Comments
 (0)