summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-05-03 11:17:10 -0400
committerGitHub <noreply@github.com>2021-05-03 11:17:10 -0400
commitcde221c60a7bcdea1949f00aac776680d42b9131 (patch)
treecb709d044618dbf17248b1839a837fb3980f87a8
parentbd490bfbfd5ceea07dca4a61d3c6d73a4e69e669 (diff)
ci: provide action sha instead of version
-rw-r--r--.github/workflows/merge-dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml
index e70b29d45..8f70b8236 100644
--- a/.github/workflows/merge-dependabot.yml
+++ b/.github/workflows/merge-dependabot.yml
@@ -7,7 +7,7 @@ jobs:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- - uses: akheron/dependabot-cron-action@0.1
+ - uses: akheron/dependabot-cron-action@b44d8e19e4f49eede254d9884e3f0e7712d431ba
with:
token: ${{ secrets.GITHUB_TOKEN }}
auto-merge: "minor"