Skip to content

Commit

Permalink
ci: update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mledoze committed Feb 10, 2024
1 parent e96aebe commit f74c1c1
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add missing translations for Curaçao (Croatian) and Iran (Persian) (#496)
- add missing Japanese translations for Curaçao and Kosovo (#498)
- add missing Chinese translations (#498)
- allow usage with Symfony 7.x (#516)
- add PHP 8.3 version in CI checks (#516)
- update `actions/cache` to v4
### Fixed
- fix column count in CSV export (#497)
- remove native names
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"ext-dom": "*",
"ext-gettext": "*",
"php": ">=8.1",
"symfony/console": "~5.4|~6.3|~7.0",
"symfony/yaml": "~5.4|~6.3|~7.0"
"symfony/console": "~5.4|~6.4|~7.0",
"symfony/yaml": "~5.4|~6.4|~7.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
Expand Down

0 comments on commit f74c1c1

Please sign in to comment.