Skip to content

Commit

Permalink
.github/pull-request.yml: upgrade checkout v2 -> v3
Browse files Browse the repository at this point in the history
This upgrade was already performed for other jobs in commit
f71eb15 (".github/workflows: upgrade actions/checkout@v2 -> v3")
and everything went fine. Finish the job and get rid of the last
warnings in the daily tests (example:
https://github.com/thesofproject/sof/actions/runs/3709176785)

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Dec 19, 2022
1 parent b581aa5 commit 2ea4bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: apt get doxygen graphviz
run: sudo apt-get -y install ninja-build doxygen graphviz
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-20.04 # sof-docs is still stuck to this for now

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: apt-get update
run: sudo apt-get update
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with: {fetch-depth: 0, submodules: recursive}

- name: turn off HAVE_AGENT
Expand Down

0 comments on commit 2ea4bc0

Please sign in to comment.