🔖 Release v1.17.22 [skip ci]

This commit is contained in:
BetaHuhn Bot 2022-10-24 16:30:57 +00:00
parent 56ab27586f
commit f5e582fc37
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
## [v1.17.22] - 2022-10-24
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.17.22) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.17.21...v1.17.22) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.17.22) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.22.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.22.tar.gz))
### Security issues
- [`56ab275`](https://github.com/betahuhn/repo-file-sync-action/commit/56ab275) Update action to use node v16 (#261)
(Issues: [`#261`](https://github.com/betahuhn/repo-file-sync-action/issues/261))
## [v1.17.21] - 2022-08-24
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.17.21) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.17.20...v1.17.21) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.17.21) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.21.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.21.tar.gz))

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "repo-file-sync-action",
"version": "1.17.21",
"version": "1.17.22",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "repo-file-sync-action",
"version": "1.17.21",
"version": "1.17.22",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.8.2",

View File

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