diff --git a/.github/workflows/cd.docs.yml b/.github/workflows/cd.docs.yml index 12216ee..498d616 100644 --- a/.github/workflows/cd.docs.yml +++ b/.github/workflows/cd.docs.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v4.0.1 @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1c182c7..0ff5745 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8284dd..10da4d7 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.0 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -132,7 +132,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.caches.yml b/.github/workflows/cleanup.caches.yml index 5301c8b..efb3744 100644 --- a/.github/workflows/cleanup.caches.yml +++ b/.github/workflows/cleanup.caches.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.runs.yml b/.github/workflows/cleanup.runs.yml index cd6d276..5bae3c2 100644 --- a/.github/workflows/cleanup.runs.yml +++ b/.github/workflows/cleanup.runs.yml @@ -76,7 +76,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.stale.yml b/.github/workflows/cleanup.stale.yml index b05f476..9e0853f 100644 --- a/.github/workflows/cleanup.stale.yml +++ b/.github/workflows/cleanup.stale.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 0de59e1..f2ef0d8 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.0 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.0 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index 33f8ad7..a97fae6 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v4.0.1 @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: { fetch-depth: 0 } - name: Send notification