From 5b4846a2c226d35033477717df3ed6668033c5e2 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Wed, 6 Nov 2024 10:21:32 -0800 Subject: [PATCH] ci: update to checkoutv4 --- .github/workflows/auto-release.yml | 2 +- .github/workflows/build-installers.yml | 6 +++--- .github/workflows/ensure-version-increment.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 7b1bcc72..4388baf9 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 be5d2611..739434e4 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 bef149e0..b57f34f4 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