Skip to content

Commit

Permalink
use checkout@v4 instead of v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm authored Nov 25, 2024
1 parent 49c0f38 commit 398b459
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: run basic test
shell: bash
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: install sysbench and mariadb-client
shell: bash
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: build observer and benchmark
shell: bash
Expand All @@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: build
shell: bash
Expand Down

0 comments on commit 398b459

Please sign in to comment.