diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15afb6f9..b4aa7ec2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: name: Build runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup Environment diff --git a/.github/workflows/localization_strings_update.yml b/.github/workflows/localization_strings_update.yml index d7e8db86..3c7b6b97 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@v4 + - uses: actions/checkout@v5 - name: Setup Environment uses: ./.github/actions/setup_build - name: Install packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90ec274e..20e70fab 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@v4 + - uses: actions/checkout@v5 if: "${{ github.event.inputs.commit_sha == '' }}" with: fetch-depth: 0 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 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@v4 + - uses: actions/checkout@v5 - name: get values id: get-fields env: diff --git a/.github/workflows/reset_ios_certs.yml b/.github/workflows/reset_ios_certs.yml index 267c4678..6615eae4 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@v4 + - uses: actions/checkout@v5 - name: Setup Environment uses: ./.github/actions/setup_build - run: echo "$APPLE_SECRETS" > APPLE_SECRETS.json