Skip to content

Commit

Permalink
chore: Upgrading versions of the actions used
Browse files Browse the repository at this point in the history
Also:
- Updating release notes for when Albert decided to do a new release.
  • Loading branch information
gcarreno committed Oct 5, 2023
1 parent a09e739 commit 38ab0b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Expand Up @@ -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 ]
Expand All @@ -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 }}
Expand Down Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down
3 changes: 3 additions & 0 deletions 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
Expand Down

0 comments on commit 38ab0b9

Please sign in to comment.