From 51f58468970c8c1807b515f981ade4de91c4b183 Mon Sep 17 00:00:00 2001 From: Alexey Igrychev Date: Fri, 20 Jan 2023 11:53:15 +0000 Subject: [PATCH] chore: up actions/checkout to v3 Signed-off-by: Alexey 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 f84a465..b3a627e 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@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/README.md b/README.md index b2bafd4..83b24a6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ converge: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -72,7 +72,7 @@ Make sure to use `fetch-depth: 0` setting in the checkout action, like follows: ``` - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ``` diff --git a/build/README.md b/build/README.md index 0428da5..9ddf77f 100644 --- a/build/README.md +++ b/build/README.md @@ -33,7 +33,7 @@ build: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/cleanup/README.md b/cleanup/README.md index 3ddbef8..ed1a121 100644 --- a/cleanup/README.md +++ b/cleanup/README.md @@ -33,7 +33,7 @@ cleanup: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - 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 77bcde0..4c986f9 100644 --- a/converge/README.md +++ b/converge/README.md @@ -36,7 +36,7 @@ converge: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/dismiss/README.md b/dismiss/README.md index 7e758c5..0714f7e 100644 --- a/dismiss/README.md +++ b/dismiss/README.md @@ -36,7 +36,7 @@ dismiss: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Dismiss uses: werf/actions/dismiss@v1.2 diff --git a/install/README.md b/install/README.md index fa197a7..5eb6506 100644 --- a/install/README.md +++ b/install/README.md @@ -43,7 +43,7 @@ werf: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install werf CLI uses: werf/actions/install@v1.2 diff --git a/run/README.md b/run/README.md index 670fc5a..10f45e4 100644 --- a/run/README.md +++ b/run/README.md @@ -40,7 +40,7 @@ run: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0