diff --git a/.github/workflows/dependabot-addons.yml b/.github/workflows/dependabot-addons.yml index e5b3fe8..e367560 100644 --- a/.github/workflows/dependabot-addons.yml +++ b/.github/workflows/dependabot-addons.yml @@ -18,7 +18,7 @@ jobs: with: egress-policy: audit disable-sudo: true - - uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3.0 + - uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0 id: dependabot-metadata - run: echo "SEMVER_UPDATE=$(echo "${{ steps.dependabot-metadata.outputs.update-type }}" | cut -d':' -f2)" >> "$GITHUB_OUTPUT" id: dependabot-metadata-update-type