Skip to content

Commit

Permalink
feat: Update checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
damienaicheh committed May 1, 2024
1 parent ca906c3 commit 13ecd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Extract version from tag
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0 # Mandatory to use the extract version from tag action

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Update AndroidManifest.xml
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0 # Mandatory to use the extract version from tag action

Expand Down

0 comments on commit 13ecd90

Please sign in to comment.