From 372ceaa56ff673af237cee80da8aa78b76b5a11d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 12 Nov 2020 20:28:46 +0100 Subject: [PATCH] Use actions major version in workflows Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 2 +- .github/workflows/labels.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd7e5df..f9cfd7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2 - name: Set up QEMU id: qemu 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