diff options
| author | Michael Brown | 2023-02-03 01:50:16 +0100 |
|---|---|---|
| committer | Michael Brown | 2023-02-03 01:50:16 +0100 |
| commit | 49c13e81bcb49e4a70ee2603fbf4e883be43bc1e (patch) | |
| tree | 6e988aa7ce77be5bd2396bfca77c672bf0c195f3 /.github/workflows | |
| parent | [xen] Update to current Xen headers (diff) | |
| download | ipxe-49c13e81bcb49e4a70ee2603fbf4e883be43bc1e.tar.gz ipxe-49c13e81bcb49e4a70ee2603fbf4e883be43bc1e.tar.xz ipxe-49c13e81bcb49e4a70ee2603fbf4e883be43bc1e.zip | |
[ci] Update to actions/checkout@v3 to silence GitHub warnings
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/coverity.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6dc577ef1..f8ba4e192 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install packages @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install packages @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install packages diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 20634be42..d27eae11e 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Download Coverity Scan run: | curl --form token=${{ secrets.COVERITY_SCAN_TOKEN }} \ |
