From d8ecc2d0ae15ee90c4a666c8fa3c396a6155f0e9 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 6 Feb 2025 12:04:13 +0200 Subject: [PATCH] --- .github/workflows/Dependabot.yml | 4 ++-- .github/workflows/GitHub.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 387fece..3f6ffb2 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.2.0 + - uses: dependabot/fetch-metadata@v2.3.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.2.0 + - uses: dependabot/fetch-metadata@v2.3.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 155a6ad..165c538 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.1.2 + - uses: pozil/auto-assign-issue@v2.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov