mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-10 15:14:25 +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:
|
||||
TEST_RESULTS: "/tmp/test-results"
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- uses: actions/checkout@v4
|
||||
- name: restore_cache
|
||||
uses: actions/cache@v3.3.1
|
||||
with:
|
||||
|
@ -175,7 +175,7 @@ jobs:
|
|||
matrix:
|
||||
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- uses: actions/checkout@v4
|
||||
- run: mkdir -p "$TEST_RESULTS"
|
||||
- name: restore_cache
|
||||
uses: actions/cache@v3.3.1
|
||||
|
@ -282,7 +282,7 @@ jobs:
|
|||
matrix:
|
||||
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- uses: actions/checkout@v4
|
||||
- run: mkdir -p "$TEST_RESULTS"
|
||||
- name: restore_cache
|
||||
uses: actions/cache@v3.3.1
|
||||
|
@ -314,7 +314,7 @@ jobs:
|
|||
# DOCKERHUB_ACCESS_TOKEN:
|
||||
# DOCKERHUB_USERNAME:
|
||||
# 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
|
||||
# - uses: "./.github/actions/docker_check"
|
||||
# with:
|
||||
|
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- 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
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# Why "fetch-depth: 0"? To generate the release notes, we need the
|
||||
|
|
Loading…
Add table
Reference in a new issue