mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-11 23:54:28 +08:00
Build(deps): Bump actions/checkout from 3 to 4 (#2544)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
56acf4a6b2
commit
0b5de1adf2
3 changed files with 6 additions and 6 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TEST_RESULTS: "/tmp/test-results"
|
TEST_RESULTS: "/tmp/test-results"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.0
|
- uses: actions/checkout@v4
|
||||||
- name: restore_cache
|
- name: restore_cache
|
||||||
uses: actions/cache@v3.3.1
|
uses: actions/cache@v3.3.1
|
||||||
with:
|
with:
|
||||||
|
@ -175,7 +175,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
|
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.0
|
- uses: actions/checkout@v4
|
||||||
- run: mkdir -p "$TEST_RESULTS"
|
- run: mkdir -p "$TEST_RESULTS"
|
||||||
- name: restore_cache
|
- name: restore_cache
|
||||||
uses: actions/cache@v3.3.1
|
uses: actions/cache@v3.3.1
|
||||||
|
@ -282,7 +282,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
|
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.0
|
- uses: actions/checkout@v4
|
||||||
- run: mkdir -p "$TEST_RESULTS"
|
- run: mkdir -p "$TEST_RESULTS"
|
||||||
- name: restore_cache
|
- name: restore_cache
|
||||||
uses: actions/cache@v3.3.1
|
uses: actions/cache@v3.3.1
|
||||||
|
@ -314,7 +314,7 @@ jobs:
|
||||||
# DOCKERHUB_ACCESS_TOKEN:
|
# DOCKERHUB_ACCESS_TOKEN:
|
||||||
# DOCKERHUB_USERNAME:
|
# DOCKERHUB_USERNAME:
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v3.5.0
|
# - uses: actions/checkout@v4
|
||||||
## # 'setup_remote_docker' was not transformed because there is no suitable equivalent in GitHub Actions
|
## # 'setup_remote_docker' was not transformed because there is no suitable equivalent in GitHub Actions
|
||||||
# - uses: "./.github/actions/docker_check"
|
# - uses: "./.github/actions/docker_check"
|
||||||
# with:
|
# with:
|
||||||
|
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|
2
.github/workflows/draft_release.yml
vendored
2
.github/workflows/draft_release.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# Why "fetch-depth: 0"? To generate the release notes, we need the
|
# Why "fetch-depth: 0"? To generate the release notes, we need the
|
||||||
|
|
Loading…
Add table
Reference in a new issue