Skip to content

Commit 2674f48

Browse files
committed
v0.1.5 bump
1 parent e478202 commit 2674f48

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99
### Added
10-
- ~~Pre-installation of platforms declared in `default.yml`~~
1110

1211
### Changed
13-
- Now uses `arduino_ci` [version `1.5.0`](https://github.com/Arduino-CI/arduino_ci/blob/master/CHANGELOG.md#150---2023-01-17)
1412

1513
### Deprecated
1614

@@ -21,7 +19,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2119
### Security
2220

2321

24-
## [0.1.3] - 2013-01-13
22+
## [0.1.5] - 2023-01-23
23+
### Added
24+
- ~~Pre-installation of platforms declared in `default.yml`~~
25+
26+
### Changed
27+
- Now uses `arduino_ci` [version `1.5.0`](https://github.com/Arduino-CI/arduino_ci/blob/master/CHANGELOG.md#150---2023-01-17)
28+
29+
30+
## [0.1.3] - 2021-01-13
2531
### Changed
2632
- Now uses `arduino_ci` [version `1.3.0`](https://github.com/Arduino-CI/arduino_ci/blob/master/CHANGELOG.md#130---2021-01-13)
2733

@@ -54,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5460
- Initial implementation of action
5561

5662

57-
[Unreleased]: https://github.com/Arduino-CI/action/compare/v0.1.3...HEAD
63+
[Unreleased]: https://github.com/Arduino-CI/action/compare/v0.1.5...HEAD
64+
[0.1.3]: https://github.com/Arduino-CI/arduino_ci/compare/v0.1.3...v0.1.5
5865
[0.1.3]: https://github.com/Arduino-CI/arduino_ci/compare/v0.1.2...v0.1.3
5966
[0.1.2]: https://github.com/Arduino-CI/arduino_ci/compare/v0.1.1...v0.1.2
6067
[0.1.1]: https://github.com/Arduino-CI/arduino_ci/compare/v0.1.0...v0.1.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444

4545
steps:
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v3
4747
- uses: Arduino-CI/action@stable-1.x
4848
```
4949
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v3
6464
- uses: Arduino-CI/action@stable-1.x # or latest, or a pinned version
6565
env:
6666
# Not all libraries are in the root directory of a repository.

0 commit comments

Comments
 (0)