diff --git a/.github/workflows/sample.yml b/.github/workflows/sample.yml index a0c2a32..f3f4658 100644 --- a/.github/workflows/sample.yml +++ b/.github/workflows/sample.yml @@ -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 diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index b44c390..baa548d 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -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