diff options
| -rw-r--r-- | .github/workflows/android-xml-tidy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-xml-tidy.yml b/.github/workflows/android-xml-tidy.yml index 7fdf22be61..b406e738da 100644 --- a/.github/workflows/android-xml-tidy.yml +++ b/.github/workflows/android-xml-tidy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: # Checkout repository - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Check formatting - run: | |
