mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[ci] Update action versions to silence GitHub warnings
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo chown $(id -un) /var/cache/apt/archives
|
sudo chown $(id -un) /var/cache/apt/archives
|
||||||
- name: Cache packages
|
- name: Cache packages
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /var/cache/apt/archives/*.deb
|
path: /var/cache/apt/archives/*.deb
|
||||||
key: apt-cache-${{ github.run_id }}-${{ github.run_attempt }}
|
key: apt-cache-${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
@@ -32,14 +32,14 @@ jobs:
|
|||||||
needs: cache
|
needs: cache
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache permissions
|
- name: Cache permissions
|
||||||
run: |
|
run: |
|
||||||
sudo chown $(id -un) /var/cache/apt/archives
|
sudo chown $(id -un) /var/cache/apt/archives
|
||||||
- name: Cache packages
|
- name: Cache packages
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: /var/cache/apt/archives/*.deb
|
path: /var/cache/apt/archives/*.deb
|
||||||
key: apt-cache-${{ github.run_id }}-${{ github.run_attempt }}
|
key: apt-cache-${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
@@ -68,14 +68,14 @@ jobs:
|
|||||||
needs: cache
|
needs: cache
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache permissions
|
- name: Cache permissions
|
||||||
run: |
|
run: |
|
||||||
sudo chown $(id -un) /var/cache/apt/archives
|
sudo chown $(id -un) /var/cache/apt/archives
|
||||||
- name: Cache packages
|
- name: Cache packages
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: /var/cache/apt/archives/*.deb
|
path: /var/cache/apt/archives/*.deb
|
||||||
key: apt-cache-${{ github.run_id }}-${{ github.run_attempt }}
|
key: apt-cache-${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
@@ -97,14 +97,14 @@ jobs:
|
|||||||
needs: cache
|
needs: cache
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache permissions
|
- name: Cache permissions
|
||||||
run: |
|
run: |
|
||||||
sudo chown $(id -un) /var/cache/apt/archives
|
sudo chown $(id -un) /var/cache/apt/archives
|
||||||
- name: Cache packages
|
- name: Cache packages
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: /var/cache/apt/archives/*.deb
|
path: /var/cache/apt/archives/*.deb
|
||||||
key: apt-cache-${{ github.run_id }}-${{ github.run_attempt }}
|
key: apt-cache-${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
|
|||||||
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Download Coverity Scan
|
- name: Download Coverity Scan
|
||||||
run: |
|
run: |
|
||||||
curl --form token=${{ secrets.COVERITY_SCAN_TOKEN }} \
|
curl --form token=${{ secrets.COVERITY_SCAN_TOKEN }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user