Skip to content

Commit

Permalink
Merge pull request #24 from NordicSemiconductor/renovate/actions-chec…
Browse files Browse the repository at this point in the history
…kout-4.x

Update actions/checkout action to v4
  • Loading branch information
philips77 authored Dec 10, 2024
2 parents 880814c + 44cac26 commit f283875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deployInternal:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
Expand Down

0 comments on commit f283875

Please sign in to comment.