diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4fe5c60..b392e7be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: name: Build runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Environment diff --git a/.github/workflows/localization_strings_update.yml b/.github/workflows/localization_strings_update.yml index 3c7b6b97..33269253 100644 --- a/.github/workflows/localization_strings_update.yml +++ b/.github/workflows/localization_strings_update.yml @@ -10,7 +10,7 @@ jobs: contents: write # 'write' access to repository contents pull-requests: write # 'write' access to pull requests steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Environment uses: ./.github/actions/setup_build - name: Install packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20e70fab..8afb8de5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,11 @@ jobs: assets: ${{ steps.release.outputs.assets }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 if: "${{ github.event.inputs.commit_sha == '' }}" with: fetch-depth: 0 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 if: "${{ github.event.inputs.commit_sha != '' }}" with: fetch-depth: 0 @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest needs: prepare_release steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: get values id: get-fields env: diff --git a/.github/workflows/reset_ios_certs.yml b/.github/workflows/reset_ios_certs.yml index 6615eae4..8094cd31 100644 --- a/.github/workflows/reset_ios_certs.yml +++ b/.github/workflows/reset_ios_certs.yml @@ -15,7 +15,7 @@ jobs: MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.FASTLANE_GITHUB }} MATCH_PASSWORD: ${{ secrets.FASTLANE_MATCH_PASSWORD }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Environment uses: ./.github/actions/setup_build - run: echo "$APPLE_SECRETS" > APPLE_SECRETS.json