ci: Upgrade checkout@v2 to checkout@v4 (#1826)

This commit is contained in:
Marc Rousavy
2023-09-21 19:02:10 +02:00
committed by GitHub
parent fffefa9d12
commit a417be6292
6 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ jobs:
run:
working-directory: package/example/ios
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get yarn cache directory path
id: yarn-cache-dir-path
@@ -85,7 +85,7 @@ jobs:
run:
working-directory: package/example/ios
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get yarn cache directory path
id: yarn-cache-dir-path