Skip to content

Commit

Permalink
upgrading actions/cache; correcting date
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Oct 25, 2023
1 parent c15c340 commit 7b8019c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-phalcon-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
using: 'composite'
steps:
- name: Setup Downloads Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.CACHE_DIR }}
key: ${{ runner.os }}-downloads-${{ hashFiles('**/.github/actions/build-phalcon-win/action.yml') }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [5.4.0](https://github.com/phalcon/cphalcon/releases/tag/v5.3.1) (2023-10-24)
## [5.4.0](https://github.com/phalcon/cphalcon/releases/tag/v5.3.1) (2023-10-25)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2023-10-24</date>
<date>2023-10-25</date>
<time>17:00:00</time>
<version>
<release>5.3.2</release>
Expand Down

0 comments on commit 7b8019c

Please sign in to comment.