From dee486f6b1bd4f4d0fa331c697ddfdc14be4b2b3 Mon Sep 17 00:00:00 2001 From: jabeltran Date: Thu, 20 Jul 2023 13:56:14 +0200 Subject: [PATCH] Upgrade github workflow action from v2 to v3 --- .github/workflows/build.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- CHANGELOG.md | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 018e1ee1..80774b3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.event.inputs.branch }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fd1b956..33a7b13c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: name: Package and run all tests runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Init Coveralls diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76fcef2a..e4fd64a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.event.inputs.branch }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e67108..669e26b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## 7.3.7 - 2023-07-19 ### Added - `compression.type` [Kafka property](https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html#compression-type) in `kafka-metastore-listener`. +- Upgrade checkout github workflow step from `v2` to `v3`. ## 7.3.6 - 2022-11-14 ### Fixed