Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 67ebd99 commit 2d8e22c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
KSTREAMLINED_STORE_PASSWORD: ${{ secrets.KSTREAMLINED_STORE_PASSWORD }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
ENABLE_APP_VERSIONING: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: gradle/wrapper-validation-action@v1

Expand All @@ -104,7 +104,7 @@ jobs:
ENABLE_APP_VERSIONING: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: gradle/wrapper-validation-action@v1

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
ENABLE_APP_VERSIONING: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: gradle/wrapper-validation-action@v1

Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
ENABLE_APP_VERSIONING: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: gradle/wrapper-validation-action@v1

Expand Down

0 comments on commit 2d8e22c

Please sign in to comment.