From e62e08cd05d534a3f54547252dcdd6873fd9881f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:04:30 +0000 Subject: [PATCH] ci/cd(deps): bump actions/checkout from 4.1.2 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [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/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/caches.yml | 2 +- .github/workflows/cd.yml | 2 +- .github/workflows/ci.healthcheck.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 2 +- .github/workflows/tools.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/caches.yml b/.github/workflows/caches.yml index 1d0f0d7..e255634 100644 --- a/.github/workflows/caches.yml +++ b/.github/workflows/caches.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: { fetch-depth: 0 } - name: Install a GitHub CLI cache extension diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 776ec16..535de40 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: { fetch-depth: 0 } - uses: actions/setup-go@v5.0.0 with: { go-version: 1.22.x, cache: true } diff --git a/.github/workflows/ci.healthcheck.yml b/.github/workflows/ci.healthcheck.yml index 26c13bf..2dde29d 100644 --- a/.github/workflows/ci.healthcheck.yml +++ b/.github/workflows/ci.healthcheck.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d55116..e0023ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -76,7 +76,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: { fetch-depth: 0 } - name: Fetch code coverage report diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b171f66..985a36c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,5 +17,5 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: { fetch-depth: 0, ref: '${{ github.event.pull_request.head.ref }}' } diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index dba85e4..2635283 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0