From 8de770aff9008a0b2f6b73943b56051bfff15ff4 Mon Sep 17 00:00:00 2001 From: Adina Wagner Date: Tue, 5 Sep 2023 08:46:05 +0200 Subject: [PATCH] Bump update-contributors workflow action A recent attempt to update contributors failed: https://github.com/datalad/datalad-gooey/actions/runs/6081095092/job/16496097252. I'm unsure whether bumping the action solves it, but this makes the version used here match the version used in datalad-core. --- .github/workflows/update-contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index dd4ebbb..6a1782f 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Tributors Update - uses: con/tributors@0.0.21 + uses: con/tributors@0.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: