From 49d80a65ab40f03775456132b3203ff2aedaeb42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:46:34 +0300 Subject: [PATCH] Update actions/checkout action to v4 (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/auto-readme.yml | 2 +- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-readme.yml b/.github/workflows/auto-readme.yml index d1ca163..1df33d3 100644 --- a/.github/workflows/auto-readme.yml +++ b/.github/workflows/auto-readme.yml @@ -24,7 +24,7 @@ jobs: update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Find default branch name id: defaultBranch diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index 6e78b14..0483fb9 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -20,7 +20,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build id: build diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 10f5cb6..e7b16c9 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -20,7 +20,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build id: build