Skip to content

Commit ab5aaf5

Browse files
committed
ci: update actions versions
1 parent 9ae07d1 commit ab5aaf5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Install Rust
2121
run: |
@@ -49,7 +49,7 @@ jobs:
4949
--ignore "**/embedded-cli-macros/**" --ignore "**/examples/**"
5050
5151
- name: Upload coverage reports to Codecov
52-
uses: codecov/codecov-action@v3
52+
uses: codecov/codecov-action@v4
5353
env:
5454
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5555
files: target/coverage.xml
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Checkout repository
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464

6565
- name: Install Rust
6666
run: |

0 commit comments

Comments
 (0)