From 0ff41f5f9bb84f8bad79addc2d80dfa5c0270f06 Mon Sep 17 00:00:00 2001 From: Daniel Boll Date: Sun, 6 Oct 2024 17:12:36 -0300 Subject: [PATCH] 0.6.2 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 15ae2b1..304e666 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: should_publish: ${{ steps.check-commit.outputs.should_publish }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v2 - name: Check commit message for version id: check-commit run: |