diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index c73c2508f2..e1b6c5210f 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -30,7 +30,7 @@ jobs: uses: Chia-Network/actions/git-mark-workspace-safe@main - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: '${{ inputs.pr_target || github.ref_name }}' diff --git a/.github/workflows/crowdin-push.yml b/.github/workflows/crowdin-push.yml index 7db3f31be8..358d12e31e 100644 --- a/.github/workflows/crowdin-push.yml +++ b/.github/workflows/crowdin-push.yml @@ -16,7 +16,7 @@ jobs: container: node:18 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Vault Login uses: Chia-Network/actions/vault/login@main diff --git a/.github/workflows/extract-strings.yml b/.github/workflows/extract-strings.yml index 920d2a4f43..446dee5065 100644 --- a/.github/workflows/extract-strings.yml +++ b/.github/workflows/extract-strings.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -49,8 +49,8 @@ jobs: branch: string-updates commit-message: 'Extracted latest strings from source' delete-branch: true - reviewers: 'paninaro' - assignees: 'paninaro' + reviewers: 'emlowe' + assignees: 'emlowe' title: 'Latest Strings' token: '${{ secrets.GITHUB_TOKEN }}' committer: 'ChiaAutomation '