From 65930d43445e1d8d86c999d9d1a99c7e80904d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 05:53:53 +0000 Subject: [PATCH] ci/cd(deps): bump actions/checkout from 4.1.1 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.1. - [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.1...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.docs.cfp.yml | 4 ++-- .github/workflows/cd.docs.ghp.yml | 4 ++-- .github/workflows/cd.vanity.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- .github/workflows/cleanup.caches.yml | 2 +- .github/workflows/cleanup.runs.yml | 2 +- .github/workflows/cleanup.stale.yml | 2 +- .github/workflows/tools.yml | 4 ++-- .github/workflows/warmup.caches.yml | 6 +++--- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/cd.docs.cfp.yml b/.github/workflows/cd.docs.cfp.yml index b190d66..1b60668 100644 --- a/.github/workflows/cd.docs.cfp.yml +++ b/.github/workflows/cd.docs.cfp.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v4.0.1 @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cd.docs.ghp.yml b/.github/workflows/cd.docs.ghp.yml index 7ac51de..fedecd5 100644 --- a/.github/workflows/cd.docs.ghp.yml +++ b/.github/workflows/cd.docs.ghp.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v4.0.1 @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cd.vanity.yml b/.github/workflows/cd.vanity.yml index 6f78366..c79d5f5 100644 --- a/.github/workflows/cd.vanity.yml +++ b/.github/workflows/cd.vanity.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d9e46..a2eac3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -79,7 +79,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -107,7 +107,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Fetch code coverage report @@ -125,7 +125,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.caches.yml b/.github/workflows/cleanup.caches.yml index d9d09d1..205f097 100644 --- a/.github/workflows/cleanup.caches.yml +++ b/.github/workflows/cleanup.caches.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.runs.yml b/.github/workflows/cleanup.runs.yml index 81a6707..32b338e 100644 --- a/.github/workflows/cleanup.runs.yml +++ b/.github/workflows/cleanup.runs.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.stale.yml b/.github/workflows/cleanup.stale.yml index 16badc4..4eedf76 100644 --- a/.github/workflows/cleanup.stale.yml +++ b/.github/workflows/cleanup.stale.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 0de59e1..37de05e 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index 93c1680..1f8dcf9 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: { fetch-depth: 0 } - name: Send notification