From 4d2685b0bf6532d04ac7304245c868e9a0ba7bc5 Mon Sep 17 00:00:00 2001 From: peperoncino <2wua4nlyi@gmail.com> Date: Sun, 15 Oct 2023 00:37:24 +0900 Subject: [PATCH 1/2] change db interval to montly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b2c4c0..69f2040 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,9 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly - package-ecosystem: npm directory: / schedule: - interval: weekly + interval: monthly From 93cc321480fb063ebcf434b7ebcba2376c3a3de9 Mon Sep 17 00:00:00 2001 From: peperoncino <2wua4nlyi@gmail.com> Date: Sun, 15 Oct 2023 00:37:35 +0900 Subject: [PATCH 2/2] use node20 --- .gitignore | 3 ++- action.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b512c09..fd4f2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +.DS_Store diff --git a/action.yml b/action.yml index 3f45c71..48fe9a9 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ inputs: default: ${{ github.token }} required: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'