From 5ec52830cfcc289f8630aa7f9cca4f71699a3fde Mon Sep 17 00:00:00 2001 From: Giovanni007 Date: Wed, 22 Nov 2023 16:28:57 +0000 Subject: [PATCH] address reviews comments --- .github/workflows/test.yml | 7 ++++--- version.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c3c7ed59..c7291169a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,17 +7,18 @@ on: branches: [ master ] jobs: - pre-checks: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: pre-commit checks + uses: ./.github/actions/pre-commit - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@f32435541e24cd6a4700a7f52bb2ec59e80603b1 # v2.1.4 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@b35f285b9bb7e80de0967367cee66d3b6d50ceca # v3.0.1 test: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: ./.github/actions/pre-commit - uses: ./.github/actions/pre-commit-default # - name: Manual test for send slack notification # uses: ./.github/actions/send-slack-notification diff --git a/version.txt b/version.txt index a835adcf4..857572fcd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v3.8.2 +v4.0.0