Skip to content

Commit 60b8012

Browse files
committedJul 10, 2024
Bump workflows
1 parent 624ecf5 commit 60b8012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- "3306:3306"
1616
options: --name mysql-server --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: prepare mysql server
2020
env:
2121
TEST_MYSQL_HOST: "127.0.0.1"
@@ -33,7 +33,7 @@ jobs:
3333
TEST_MYSQL_PASS: testbench
3434
TEST_MYSQL_PORT: ${{ job.services.mysql.ports['3306'] }}
3535
- name: Send coverage
36-
uses: codecov/codecov-action@v1
36+
uses: codecov/codecov-action@v4
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
file: ./coverage/cov.xml

0 commit comments

Comments
 (0)
Please sign in to comment.