diff --git a/.github/workflows/release_apple_app_store.yml b/.github/workflows/release_apple_app_store.yml old mode 100755 new mode 100644 index 556a389..bb74ccf --- a/.github/workflows/release_apple_app_store.yml +++ b/.github/workflows/release_apple_app_store.yml @@ -21,7 +21,7 @@ jobs: with: xcode-version: '^14.0' - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 id: podcache diff --git a/.github/workflows/xcode_tests.yml b/.github/workflows/xcode_tests.yml old mode 100755 new mode 100644 index 763bdea..388212d --- a/.github/workflows/xcode_tests.yml +++ b/.github/workflows/xcode_tests.yml @@ -19,7 +19,7 @@ jobs: with: xcode-version: '^14.0' - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 id: podcache @@ -88,7 +88,7 @@ jobs: with: xcode-version: '^14.0' - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 id: podcache