diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 611344a..eb537d8 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -13,7 +13,7 @@ jobs: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2.1.0 + uses: dependabot/fetch-metadata@v2.2.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/src/Traits/Google/MetricTrait.php b/src/Traits/Google/MetricTrait.php index 1995f3e..f950e7f 100644 --- a/src/Traits/Google/MetricTrait.php +++ b/src/Traits/Google/MetricTrait.php @@ -31,4 +31,4 @@ public function addMetrics(string ...$metrics): self return $this; } -} \ No newline at end of file +}