We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc7dc0 commit dd8ac8fCopy full SHA for dd8ac8f
.github/workflows/Dependabot.yml
@@ -20,7 +20,7 @@ jobs:
20
if: ${{ github.actor == 'dependabot[bot]' }}
21
22
steps:
23
- - uses: dependabot/fetch-metadata@v2.2.0
+ - uses: dependabot/fetch-metadata@v2.3.0
24
with:
25
github-token: "${{ secrets.GITHUB_TOKEN }}"
26
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
.github/workflows/GitHub.yml
@@ -52,7 +52,7 @@ jobs:
52
VCPKG_DISABLE_METRICS: 1
53
54
55
- - uses: pozil/auto-assign-issue@v2.1.2
+ - uses: pozil/auto-assign-issue@v2.2.0
56
57
repo-token: ${{ secrets.GITHUB_TOKEN }}
58
assignees: NikolaRHristov
0 commit comments