From ba59484e738a60bc88c8262e9ceae21fcb804c45 Mon Sep 17 00:00:00 2001 From: Michael T Chuang Date: Tue, 4 Jun 2024 07:29:57 -0700 Subject: [PATCH] ci: upgrade github actions (#716) --- .github/workflows/codegen.yml | 2 +- .github/workflows/create-release-pr.yml | 2 +- .github/workflows/pr-type-category.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 28e2e330e..67d62e75a 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate and PR uses: algorand/generator/.github/actions/sdk-codegen/@master with: diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index f1e344c72..85abee554 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -43,7 +43,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/pr-type-category.yml b/.github/workflows/pr-type-category.yml index e03505595..ed2983321 100644 --- a/.github/workflows/pr-type-category.yml +++ b/.github/workflows/pr-type-category.yml @@ -10,7 +10,7 @@ jobs: name: Check PR Category and Type steps: - name: Checking for correct number of required github pr labels - uses: mheap/github-action-required-labels@v3 + uses: mheap/github-action-required-labels@v5 with: mode: exactly count: 1