Skip to content

Commit

Permalink
Bump action to latest major
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 26, 2022
1 parent c175797 commit 8c5152d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: actions/checkout@v3
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3
uses: crazy-max/ghaction-github-labeler@v4
4 changes: 2 additions & 2 deletions .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo ::set-output name=date::$(date -u +'%Y%m%d')
-
name: VirusTotal Monitor Scan
uses: crazy-max/ghaction-virustotal@v2
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_MONITOR_API_KEY }}
vt_monitor: true
Expand All @@ -26,7 +26,7 @@ jobs:
${{ github.event.repository.name }}-(win32|win64).exe
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v2
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
Expand Down

0 comments on commit 8c5152d

Please sign in to comment.