Skip to content

Commit 4b6e852

Browse files
committed
ci: bump versions of used actions
1 parent e4c5846 commit 4b6e852

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
os: [macos-latest, ubuntu-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
1515
- uses: actions/setup-node@v3
@@ -26,7 +26,7 @@ jobs:
2626
if: runner.os == 'Linux'
2727
- name: Coveralls
2828
if: runner.os == 'Linux'
29-
uses: coverallsapp/github-action@v1.1.2
29+
uses: coverallsapp/github-action@v2.2.1
3030
with:
3131
github-token: ${{ github.token }}
32-
path-to-lcov: ./out/coverage/lcov.info
32+
file: ./out/coverage/lcov.info

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Setup node
1515
uses: actions/setup-node@v3
1616
with:

0 commit comments

Comments
 (0)