From 69b35973d6a2ae52bf3b2bc1a0b77b99c6eb79ee Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 17:17:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/main.yml | 4 ++-- .github/workflows/pr-sonar.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1aa2052..f176cc4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: node: [16, 18] steps: - name: ⬇️ Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ⎔ Setup node uses: actions/setup-node@v3 @@ -43,7 +43,7 @@ jobs: github.ref) && github.event_name == 'push' }} steps: - name: ⬇️ Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ⎔ Setup node uses: actions/setup-node@v3 diff --git a/.github/workflows/pr-sonar.yml b/.github/workflows/pr-sonar.yml index da1e562..99e0ff1 100644 --- a/.github/workflows/pr-sonar.yml +++ b/.github/workflows/pr-sonar.yml @@ -10,7 +10,7 @@ jobs: sonar: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: fetching if: contains(github.ref, 'pull') run: |