Skip to content

Commit

Permalink
[CI] Update checkout action to v3
Browse files Browse the repository at this point in the history
* Use actions/checkout v3 for workflows jobs
   - c.f. https://github.com/actions/checkout/releases/tag/v3.0.0
  • Loading branch information
matthewfeickert authored and simonmichal committed May 2, 2022
1 parent d6ea671 commit af49c35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -252,7 +252,7 @@ jobs:
python3 -m pip --no-cache-dir install --upgrade pip setuptools wheel
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
python3 -m pip list
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
dnf clean all
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
sudo apt-get autoclean -y
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit af49c35

Please sign in to comment.