From 904701ddbcbbd70f665970d8df947801d7c0ce3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:28:33 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#236) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ios_e2e.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios_e2e.yml b/.github/workflows/ios_e2e.yml index 92d9ed4c..6e5987a8 100644 --- a/.github/workflows/ios_e2e.yml +++ b/.github/workflows/ios_e2e.yml @@ -13,7 +13,7 @@ jobs: e2e: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 46f0ba52..105e3874 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: tests: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # This actually doesn't work from a forked repo so ignoring for now # with: # ref: ${{ github.event.pull_request.head.ref }}