From f8dc306198f551fb22f350d0a783d7580a82e774 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sat, 11 Jan 2020 09:31:49 +0100 Subject: [PATCH] Use bleeding edge branches. We're not using anything too fancy here, so let's rely on latest actions. --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d02ceda..00524c8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -7,5 +7,5 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: max/awesome-lint@v2.0.0 + - uses: actions/checkout@master + - uses: max/awesome-lint@master