🔖 Release v1.16.5 [skip ci]

This commit is contained in:
BetaHuhn Bot 2022-01-31 00:36:47 +00:00
parent c75805c212
commit 0673fc41a1
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
## [v1.16.5] - 2022-01-31
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.16.5) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.16.4...v1.16.5) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.16.5) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.16.5.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.16.5.tar.gz))
### Dependency updates
- [`8555855`](https://github.com/betahuhn/repo-file-sync-action/commit/8555855) Bump action-input-parser from 1.2.26 to 1.2.27
## [v1.16.4] - 2022-01-03
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.16.4) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.16.3...v1.16.4) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.16.4) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.16.4.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.16.4.tar.gz))

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "repo-file-sync-action",
"version": "1.16.4",
"version": "1.16.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "repo-file-sync-action",
"version": "1.16.4",
"version": "1.16.5",
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
"main": "dist/index.js",
"scripts": {