mirror of
https://github.com/valitydev/repo-file-sync-action.git
synced 2024-11-06 01:45:19 +00:00
🔖 Release v1.17.22 [skip ci]
This commit is contained in:
parent
56ab27586f
commit
f5e582fc37
@ -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
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user