From aabbf7a02aea419e7b7d3a3ed77fde855e6d7a2e Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Mon, 22 May 2023 10:03:21 -0700 Subject: [PATCH] Update dependabot/fetch-metadata action to v1.5.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 200d96154b..ee0d9da69a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3 - name: Fetch Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v1.4.0 + uses: dependabot/fetch-metadata@v1.5.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: 'Merge (if dependabot)'