mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
chore(deps): Bump actions/checkout from 3 to 4 (#3525)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ed84dca147
commit
c5420530b7
2
.github/workflows/contributors.yml
vendored
2
.github/workflows/contributors.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Checkout New Branch and Push It'
|
- name: 'Checkout New Branch and Push It'
|
||||||
run: |
|
run: |
|
||||||
|
|
2
.github/workflows/docs-preview-prepare.yml
vendored
2
.github/workflows/docs-preview-prepare.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
NETLIFY_SITE_PREFIX: pullrequest-${{ github.event.pull_request.number }}
|
NETLIFY_SITE_PREFIX: pullrequest-${{ github.event.pull_request.number }}
|
||||||
NETLIFY_SITE_NAME: dms-doc-previews
|
NETLIFY_SITE_NAME: dms-doc-previews
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Build with mkdocs-material via Docker'
|
- name: 'Build with mkdocs-material via Docker'
|
||||||
working-directory: docs
|
working-directory: docs
|
||||||
|
|
8
.github/workflows/docs-production-deploy.yml
vendored
8
.github/workflows/docs-production-deploy.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
name: 'Deploy Docs'
|
name: 'Deploy Docs'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Check if deploy is for a `v<major>.<minor>` tag version instead of `edge`'
|
- name: 'Check if deploy is for a `v<major>.<minor>` tag version instead of `edge`'
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
@ -79,10 +79,10 @@ jobs:
|
||||||
needs: deploy
|
needs: deploy
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout the tagged commit (shallow clone)'
|
- name: 'Checkout the tagged commit (shallow clone)'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Checkout the docs deployment branch to a subdirectory'
|
- name: 'Checkout the docs deployment branch to a subdirectory'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: gh-pages
|
ref: gh-pages
|
||||||
path: gh-pages
|
path: gh-pages
|
||||||
|
@ -115,7 +115,7 @@ jobs:
|
||||||
needs: add-version-to-docs
|
needs: add-version-to-docs
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout the docs deployment branch'
|
- name: 'Checkout the docs deployment branch'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: gh-pages
|
ref: gh-pages
|
||||||
|
|
||||||
|
|
2
.github/workflows/generic_build.yml
vendored
2
.github/workflows/generic_build.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
build-cache-key: ${{ steps.derive-image-cache-key.outputs.digest }}
|
build-cache-key: ${{ steps.derive-image-cache-key.outputs.digest }}
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
2
.github/workflows/generic_publish.yml
vendored
2
.github/workflows/generic_publish.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
2
.github/workflows/generic_test.yml
vendored
2
.github/workflows/generic_test.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# Required to retrieve bats (core + extras):
|
# Required to retrieve bats (core + extras):
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Get the cached build layers from the build job:
|
# Get the cached build layers from the build job:
|
||||||
# This should always be a cache-hit, thus `restore-keys` fallback is not used.
|
# This should always be a cache-hit, thus `restore-keys` fallback is not used.
|
||||||
|
|
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Hadolint
|
- name: Hadolint
|
||||||
run: make hadolint
|
run: make hadolint
|
||||||
|
|
Loading…
Reference in a new issue