Skip to content

Commit

Permalink
checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Feb 26, 2024
1 parent 37f653d commit d0f01a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
outputs:
app: app/build/outputs/apk/release
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/checkout@v4

- uses: actions/cache@v3
id: cache-android
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
runs-on: macos-13

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/checkout@v4

- uses: actions/cache@v3
id: cache
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-android-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
environment: e2e Android

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/checkout@v4

- uses: actions/cache@v3
id: cache-android
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-android-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-ios-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
environment: e2e iOS

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/checkout@v4

- uses: actions/cache@v3
id: cache
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
uses: actions/checkout@v4

- name: Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit d0f01a8

Please sign in to comment.