mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-10-17 02:25:49 +08:00
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
14e42cca63
commit
a6bbe7ba17
3 changed files with 16 additions and 16 deletions
10
.github/workflows/master.yml
vendored
10
.github/workflows/master.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/unit-tests
|
- uses: ./.github/actions/unit-tests
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/integration-tests
|
- uses: ./.github/actions/integration-tests
|
||||||
with:
|
with:
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/helm-chart-tests
|
- uses: ./.github/actions/helm-chart-tests
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Buildkit setup
|
# Buildkit setup
|
||||||
- uses: ./.github/actions/buildx-setup
|
- uses: ./.github/actions/buildx-setup
|
||||||
|
@ -99,7 +99,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Buildkit setup
|
# Buildkit setup
|
||||||
- uses: ./.github/actions/buildx-setup
|
- uses: ./.github/actions/buildx-setup
|
||||||
|
|
8
.github/workflows/pull_request.yml
vendored
8
.github/workflows/pull_request.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/unit-tests
|
- uses: ./.github/actions/unit-tests
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/integration-tests
|
- uses: ./.github/actions/integration-tests
|
||||||
with:
|
with:
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/helm-chart-tests
|
- uses: ./.github/actions/helm-chart-tests
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Buildkit setup
|
# Buildkit setup
|
||||||
- uses: ./.github/actions/buildx-setup
|
- uses: ./.github/actions/buildx-setup
|
||||||
|
|
14
.github/workflows/tags.yml
vendored
14
.github/workflows/tags.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/unit-tests
|
- uses: ./.github/actions/unit-tests
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/integration-tests
|
- uses: ./.github/actions/integration-tests
|
||||||
with:
|
with:
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/helm-chart-tests
|
- uses: ./.github/actions/helm-chart-tests
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout
|
# Checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ jobs:
|
||||||
echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_OUTPUT
|
echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Checkout gh-pages
|
- name: Checkout gh-pages
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: "gh-pages"
|
ref: "gh-pages"
|
||||||
path: "gh-pages"
|
path: "gh-pages"
|
||||||
|
|
Loading…
Add table
Reference in a new issue