Skip to content

Commit

Permalink
codecov/codecov-action v3->v4; awalsh128/cache-apt-pkgs-action specif…
Browse files Browse the repository at this point in the history
…y only major version
  • Loading branch information
egor-voynov-aiven committed Aug 16, 2024
1 parent 76c3f4b commit 1cb89b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
persist-credentials: false
- name: Cache APT Packages
uses: awalsh128/cache-apt-pkgs-action@v1.1.2
uses: awalsh128/cache-apt-pkgs-action@v1
with:
version: 1.0
packages: sudo lsb-release wget tzdata libsnappy-dev libpq5 libpq-dev software-properties-common build-essential rsync curl
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- id: checkout-code
uses: actions/checkout@v4
- name: Cache APT Packages
uses: awalsh128/cache-apt-pkgs-action@v1.1.2
uses: awalsh128/cache-apt-pkgs-action@v1
with:
version: 1.0
packages: sudo lsb-release wget tzdata libsnappy-dev libpq5 libpq-dev software-properties-common build-essential rsync curl git libaio1 libmecab2 psmisc
Expand All @@ -130,6 +130,6 @@ jobs:
make coverage
- id: upload-codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
verbose: true

0 comments on commit 1cb89b0

Please sign in to comment.