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:
|
||||
TEST_RESULTS: "/tmp/test-results"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- 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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
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:
|
||||
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- run: mkdir -p "$TEST_RESULTS"
|
||||
- name: restore_cache
|
||||
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
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# Why "fetch-depth: 0"? To generate the release notes, we need the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue