From 37f2ef03ea789172b3ad185f969c1ce7739fc5c8 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 6 Nov 2020 20:17:59 +0100 Subject: [PATCH] Use major version of actions --- .github/workflows/gosum.yml | 2 +- .github/workflows/labels.yml | 4 ++-- .github/workflows/released.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gosum.yml b/.github/workflows/gosum.yml index a382196..d11e40f 100644 --- a/.github/workflows/gosum.yml +++ b/.github/workflows/gosum.yml @@ -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 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index fd24afc..29eb111 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -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 diff --git a/.github/workflows/released.yml b/.github/workflows/released.yml index 9c739d6..b95e3c2 100644 --- a/.github/workflows/released.yml +++ b/.github/workflows/released.yml @@ -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 @@ -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