Skip to content

Commit 5a253a2

Browse files
committed
Update One Github Action
Was using deprecated version.
1 parent fbd9a63 commit 5a253a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
runs-on: ubuntu-latest
231231
steps:
232232
- name: Checkout
233-
uses: actions/checkout@v3
233+
uses: actions/checkout@v4
234234
with:
235235
fetch-depth: 0
236236

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com)
66
and this project adheres to [Semantic Versioning](https://semver.org).
77

8-
## 2024-11-10 - 2.1.2
8+
## 2024-11-10 - 2.1.3
99

1010
### Fixed
1111

12+
- 2.1.2 omitted.
1213
- Backported security patches.
1314
- Write ignoredErrors Tag Before Drawings. Backport of [PR #4212](https://github.com/PHPOffice/PhpSpreadsheet/pull/4212) intended for 3.4.0.
1415
- Changes to ROUNDDOWN/ROUNDUP/TRUNC. Backport of [PR #4214](https://github.com/PHPOffice/PhpSpreadsheet/pull/4214) intended for 3.4.0.

0 commit comments

Comments
 (0)