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