From f8e76aa8cd9995ac17487e514367ebd6f63f076c Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Sun, 28 Apr 2024 13:46:12 +0300 Subject: [PATCH] squash! --- .github/workflows/Dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index cfa5b967..b3c48d8e 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.0.0 + - uses: dependabot/fetch-metadata@v2.0.1 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.0.0 + - uses: dependabot/fetch-metadata@v2.0.1 with: github-token: "${{ secrets.GITHUB_TOKEN }}"