From fa449653840c4534e37f638c3cb027d7f7415c85 Mon Sep 17 00:00:00 2001 From: jiftechnify Date: Sun, 4 Feb 2024 14:29:05 +0900 Subject: [PATCH] upgrade github actions --- .github/dependabot.yml | 5 +++++ .github/workflows/combine_prs.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..7eacf46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/combine_prs.yml b/.github/workflows/combine_prs.yml index 42bba3f..8479b83 100644 --- a/.github/workflows/combine_prs.yml +++ b/.github/workflows/combine_prs.yml @@ -51,7 +51,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: create-combined-pr name: Create Combined PR with: