diff --git a/.github/workflows/cd.docker.yml b/.github/workflows/cd.docker.yml index f20f8580..ae427dd8 100644 --- a/.github/workflows/cd.docker.yml +++ b/.github/workflows/cd.docker.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -85,7 +85,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cd.docs.yml b/.github/workflows/cd.docs.yml index c3c0da24..12cf9cdd 100644 --- a/.github/workflows/cd.docs.yml +++ b/.github/workflows/cd.docs.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cd.preview.yml b/.github/workflows/cd.preview.yml index 4ed9cdd7..1a508db3 100644 --- a/.github/workflows/cd.preview.yml +++ b/.github/workflows/cd.preview.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8897d0c8..3822fa50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: # first bulk - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -84,7 +84,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.caches.yml b/.github/workflows/cleanup.caches.yml index a353532b..c26fec9d 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@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.preview.yml b/.github/workflows/cleanup.preview.yml index dda553e6..7b5d1dab 100644 --- a/.github/workflows/cleanup.preview.yml +++ b/.github/workflows/cleanup.preview.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.runs.yml b/.github/workflows/cleanup.runs.yml index 72cdd65f..c5baedff 100644 --- a/.github/workflows/cleanup.runs.yml +++ b/.github/workflows/cleanup.runs.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.stale.yml b/.github/workflows/cleanup.stale.yml index 5e84291c..ec618dab 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@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index e3ccb2b3..28a2335a 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification