Skip to content

Commit a87bba6

Browse files
committed
Update .github/workflows/ci.yml
1 parent 626a647 commit a87bba6

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
@@ -35,11 +35,11 @@ jobs:
3535
timeout-minutes: 10
3636
steps:
3737
- name: Checkout code
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
with:
4040
persist-credentials: false
4141
- name: Checkout themis.vim
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343
with:
4444
repository: thinca/vim-themis
4545
persist-credentials: false
@@ -70,7 +70,7 @@ jobs:
7070
- name: Generate XML coverage report
7171
run: primula xml
7272
- name: Upload coverage to Codecov
73-
uses: codecov/codecov-action@v5
73+
uses: codecov/codecov-action@v7
7474
with:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676
fail_ci_if_error: true

0 commit comments

Comments
 (0)