Skip to content

Commit

Permalink
ci: upgrade actions (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Mar 28, 2024
1 parent f15ce15 commit 9360179
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
always-auth: true
node-version: ${{ matrix.node }}
Expand Down Expand Up @@ -81,6 +81,6 @@ jobs:
run: yarn test:e2e

- name: Check coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
verbose: true
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
always-auth: true
node-version: 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
CI_JOB_NUMBER: 1

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: andresz1/size-limit-action@v1
with:
Expand Down

0 comments on commit 9360179

Please sign in to comment.