From 43d2310151e1420ab436269fe8b10e33a1fdbc40 Mon Sep 17 00:00:00 2001 From: Aleksei Igrychev Date: Wed, 14 Feb 2024 15:30:46 +0000 Subject: [PATCH] docs: use actions/checkout@v4 Signed-off-by: Aleksei Igrychev --- .github/workflows/test.yaml | 4 ++-- README.md | 4 ++-- build/README.md | 2 +- cleanup/README.md | 2 +- converge/README.md | 2 +- dismiss/README.md | 2 +- install/README.md | 2 +- run/README.md | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b3a627e..8f40209 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/README.md b/README.md index 008f4a4..b4d9a8e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ converge: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -71,7 +71,7 @@ Make sure to use `fetch-depth: 0` setting in the checkout action, like follows: ```yaml - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ``` diff --git a/build/README.md b/build/README.md index 9ddf77f..089b5ae 100644 --- a/build/README.md +++ b/build/README.md @@ -33,7 +33,7 @@ build: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/cleanup/README.md b/cleanup/README.md index ed1a121..cc1cbd5 100644 --- a/cleanup/README.md +++ b/cleanup/README.md @@ -33,7 +33,7 @@ cleanup: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow diff --git a/converge/README.md b/converge/README.md index 4c986f9..9e32335 100644 --- a/converge/README.md +++ b/converge/README.md @@ -36,7 +36,7 @@ converge: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/dismiss/README.md b/dismiss/README.md index 0714f7e..8c5a1e7 100644 --- a/dismiss/README.md +++ b/dismiss/README.md @@ -36,7 +36,7 @@ dismiss: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Dismiss uses: werf/actions/dismiss@v1.2 diff --git a/install/README.md b/install/README.md index 5eb6506..83d2350 100644 --- a/install/README.md +++ b/install/README.md @@ -43,7 +43,7 @@ werf: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install werf CLI uses: werf/actions/install@v1.2 diff --git a/run/README.md b/run/README.md index 10f45e4..2efb489 100644 --- a/run/README.md +++ b/run/README.md @@ -40,7 +40,7 @@ run: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0