ci: update global docker (#1608)
This commit is contained in:
10
.github/workflows/ci-docker.yml
vendored
10
.github/workflows/ci-docker.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Find dockerfiles
|
- name: Find dockerfiles
|
||||||
id: find
|
id: find
|
||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' }}
|
if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Verify Changelog
|
- name: Verify Changelog
|
||||||
id: verify_changelog
|
id: verify_changelog
|
||||||
@@ -162,7 +162,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Hadolint
|
- name: Hadolint
|
||||||
id: hadolint
|
id: hadolint
|
||||||
@@ -193,7 +193,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
uses: easimon/maximize-build-space@v7
|
uses: easimon/maximize-build-space@v8
|
||||||
with:
|
with:
|
||||||
root-reserve-mb: 30720 # https://github.com/easimon/maximize-build-space#caveats
|
root-reserve-mb: 30720 # https://github.com/easimon/maximize-build-space#caveats
|
||||||
remove-dotnet: 'true'
|
remove-dotnet: 'true'
|
||||||
@@ -203,7 +203,7 @@ jobs:
|
|||||||
remove-docker-images: 'true'
|
remove-docker-images: 'true'
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user