diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index e97dc61..d1e28d6 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/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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f587b97..7fe4c43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: uses: Chia-Network/actions/clean-workspace@main - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node 20.16 uses: actions/setup-node@v3