Skip to content

Commit

Permalink
Use major version of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 6, 2020
1 parent a1f9efd commit b8ae5b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gosum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
-
name: Set up Go
uses: actions/setup-go@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.0
uses: crazy-max/ghaction-github-labeler@v3
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.2.1
uses: crazy-max/ghaction-virustotal@v2
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.2.1
uses: crazy-max/ghaction-virustotal@v2
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
Expand Down

0 comments on commit b8ae5b4

Please sign in to comment.