actions BUGFIX debug print #1
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 88c81af..c58e63b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -141,6 +141,7 @@
         run: |
           pip install apkg
           apkg system-setup
+          git log --oneline -n1 --grep="^VERSION"
           apkg build
           apkg install
         if: ${{ matrix.config.name == 'DEB Package' }}
@@ -201,7 +202,7 @@
         run: |
           git config --global core.eol ${{ matrix.eol }}
 
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@main
 
       - name: Get number of CPU cores
         id: cpu-cores