From c29cc0d2316c638fcd770362b78e8270f6298844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 05:23:08 +0000 Subject: [PATCH] ci/cd(deps): bump actions/checkout from 4.1.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.2. - [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.2) --- 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..500e20e 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.2 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.2 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..e6cedcb 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.2 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.2 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cd.vanity.yml b/.github/workflows/cd.vanity.yml index 6f78366..d0e5189 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.2 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d9e46..fda1b6b 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.2 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.2 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.2 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.2 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.caches.yml b/.github/workflows/cleanup.caches.yml index d9d09d1..f9c3db9 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.2 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.runs.yml b/.github/workflows/cleanup.runs.yml index 81a6707..6d5d3f4 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.2 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.stale.yml b/.github/workflows/cleanup.stale.yml index 16badc4..f68519b 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.2 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 0de59e1..eb89ff1 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.2 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.2 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index 93c1680..26d06ae 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.2 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.2 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.2 with: { fetch-depth: 0 } - name: Send notification