Skip to content

Commit ab2b8d4

Browse files
ci: update github actions dependencies
1 parent 5936622 commit ab2b8d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn test --coverage
2626

2727
- name: codecov
28-
uses: codecov/codecov-action@v2
28+
uses: codecov/codecov-action@v3
2929

3030
- name: Build
3131
run: yarn run build

.github/workflows/pr_title.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pr_title:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: amannn/action-semantic-pull-request@v4
14+
- uses: amannn/action-semantic-pull-request@v5
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
ignoreLabels: meta

0 commit comments

Comments
 (0)