From 38ab0b96806dc52920e1bfaab685b187fd207ede Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Thu, 5 Oct 2023 09:28:15 +0100 Subject: [PATCH] chore: Upgrading versions of the actions used Also: - Updating release notes for when Albert decided to do a new release. --- .github/workflows/workflow.yml | 12 ++++++------ release-notes.md | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7f385a9b..4be2f714 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -4,7 +4,7 @@ on: push: branches: [ master ] tags: [ "*" ] - paths-ignore: [ "README.md", "history.md", "release-notes.md" ] + paths-ignore: [ "README.md", "CHANGELOG.md", "release-notes.md" ] pull_request: branches: [ master ] @@ -22,12 +22,12 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: false - name: Install Lazarus - uses: gcarreno/setup-lazarus@v3.2 + uses: gcarreno/setup-lazarus@v3 with: with-cache: false lazarus-version: ${{ matrix.lazarus-versions }} @@ -68,7 +68,7 @@ jobs: - name: Upload binary (macOS) if: ${{ (matrix.operating-system == 'macos-latest') && (matrix.lazarus-versions == 'stable') }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: PascalCoinMacOS path: | @@ -85,14 +85,14 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set output id: vars run: echo "tag=${GITHUB_REF#refs/*/}" >> ${GITHUB_OUTPUT} - name: Download the Release binary - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: List files run: | diff --git a/release-notes.md b/release-notes.md index 8c95312e..a3d5547f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,6 @@ +# PascalCoin v5.7.2 +- Minor update on cache mem log event + # PascalCoin v5.7.1 - Fix cls function TAccountComp.EqualOperationBlocks