diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 7b1bcc7..4388baf 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -19,7 +19,7 @@ jobs: uses: Chia-Network/actions/clean-workspace@main - name: Checkout current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Need PACKAGE_ADMIN_PAT token so when the tag is created, the tag automation runs token: ${{ secrets.PACKAGE_ADMIN_PAT }} diff --git a/.github/workflows/build-installers.yml b/.github/workflows/build-installers.yml index be5d261..739434e 100644 --- a/.github/workflows/build-installers.yml +++ b/.github/workflows/build-installers.yml @@ -92,7 +92,7 @@ jobs: uses: Chia-Network/actions/clean-workspace@main - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -300,5 +300,5 @@ jobs: with: json_data: '{"climate_tokenization_repo":"${{ steps.repo-name.outputs.REPO_NAME }}","application_name":"[\"climate-wallet\"]","release_version":"${{ steps.tag-name.outputs.TAGNAME }}","add_debian_version":"false","arm64":"available"}' glue_url: ${{ secrets.GLUE_API_URL }} - glue_project: "climate-tokenization" - glue_path: "trigger" + glue_project: 'climate-tokenization' + glue_path: 'trigger' diff --git a/.github/workflows/ensure-version-increment.yml b/.github/workflows/ensure-version-increment.yml index bef149e..b57f34f 100644 --- a/.github/workflows/ensure-version-increment.yml +++ b/.github/workflows/ensure-version-increment.yml @@ -19,12 +19,12 @@ jobs: - uses: Chia-Network/actions/clean-workspace@main - name: Checkout current branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: branch-repo - name: Checkout main - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: main path: main-repo