mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
Build(deps): Bump actions/checkout from 4 to 5 (#3723)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
43e7dd5603
commit
b9b4d7719e
4 changed files with 4 additions and 4 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TEST_RESULTS: "/tmp/test-results"
|
TEST_RESULTS: "/tmp/test-results"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
|
|
||||||
2
.github/workflows/pr_check_git_status.yml
vendored
2
.github/workflows/pr_check_git_status.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
check-git-status:
|
check-git-status:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
|
|
|
||||||
2
.github/workflows/pr_integration_tests.yml
vendored
2
.github/workflows/pr_integration_tests.yml
vendored
|
|
@ -194,7 +194,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@v4
|
- uses: actions/checkout@v5
|
||||||
- run: mkdir -p "$TEST_RESULTS"
|
- run: mkdir -p "$TEST_RESULTS"
|
||||||
- name: restore_cache
|
- name: restore_cache
|
||||||
uses: actions/cache@v4.2.3
|
uses: actions/cache@v4.2.3
|
||||||
|
|
|
||||||
2
.github/workflows/release_draft.yml
vendored
2
.github/workflows/release_draft.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
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