From 04ced5592aa8f3525791c07dfe6a29b0613ebcd8 Mon Sep 17 00:00:00 2001 From: nkzren Date: Tue, 10 Oct 2023 21:03:28 -0300 Subject: [PATCH] [contributors-action] remove checkout --- .github/workflows/contributors-json.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/contributors-json.yaml b/.github/workflows/contributors-json.yaml index ad83134d..34347ce9 100644 --- a/.github/workflows/contributors-json.yaml +++ b/.github/workflows/contributors-json.yaml @@ -9,7 +9,6 @@ jobs: runs-on: ubuntu-latest name: Gera contributors.json steps: - - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 16.2.0