diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8793622..9608df7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - run: cmake -DCMAKE_BUILD_TYPE=Debug . && make @@ -26,7 +26,7 @@ jobs: exists: ${{ steps.get-version.outputs.exists }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: true @@ -53,7 +53,7 @@ jobs: if: ${{ needs.check_version.outputs.exists != 'true' && github.ref == 'refs/heads/main' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: softprops/action-gh-release@v1 with: tag_name: ${{ needs.check_version.outputs.version }} diff --git a/include/zxversion.h b/include/zxversion.h index 4db6391..003f831 100644 --- a/include/zxversion.h +++ b/include/zxversion.h @@ -17,4 +17,4 @@ #define ZXLIB_MAJOR 25 #define ZXLIB_MINOR 0 -#define ZXLIB_PATCH 0 +#define ZXLIB_PATCH 1