From cb4ff1b7919b5bfc233a59e294d49d5a1840b589 Mon Sep 17 00:00:00 2001 From: Doc Date: Sun, 23 Oct 2022 12:54:45 -0300 Subject: [PATCH 1/3] Update depencies for workflow --- .github/actions/update-sponsors/action.yml | 2 +- .github/workflows/update-sponsors.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/update-sponsors/action.yml b/.github/actions/update-sponsors/action.yml index 1fd76e9..5c524c3 100644 --- a/.github/actions/update-sponsors/action.yml +++ b/.github/actions/update-sponsors/action.yml @@ -7,5 +7,5 @@ inputs: required: true runs: - using: node12 + using: node16 main: action.js diff --git a/.github/workflows/update-sponsors.yml b/.github/workflows/update-sponsors.yml index e244662..66ac708 100644 --- a/.github/workflows/update-sponsors.yml +++ b/.github/workflows/update-sponsors.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.5.0 - name: Checkout data branch - uses: actions/checkout@v2 + uses: actions/checkout@v2.5.0 with: ref: data path: work @@ -22,7 +22,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Commit - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v9.1.1 with: add: . author_name: Automated From d32592616d9ed0949957eb8ea2d149fea49cbcba Mon Sep 17 00:00:00 2001 From: Pedro <3602279+Doc94@users.noreply.github.com> Date: Sun, 23 Oct 2022 20:22:33 -0300 Subject: [PATCH 2/3] Update update-sponsors.yml --- .github/workflows/update-sponsors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-sponsors.yml b/.github/workflows/update-sponsors.yml index 66ac708..7e15d35 100644 --- a/.github/workflows/update-sponsors.yml +++ b/.github/workflows/update-sponsors.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.5.0 + uses: actions/checkout@v3 - name: Checkout data branch - uses: actions/checkout@v2.5.0 + uses: actions/checkout@v3 with: ref: data path: work From 1176ef850b1107e0c706be1084ba4b5320919152 Mon Sep 17 00:00:00 2001 From: Doc Date: Thu, 27 Oct 2022 00:42:36 -0300 Subject: [PATCH 3/3] Use major version in actions --- .github/workflows/update-sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-sponsors.yml b/.github/workflows/update-sponsors.yml index 7e15d35..0df788e 100644 --- a/.github/workflows/update-sponsors.yml +++ b/.github/workflows/update-sponsors.yml @@ -22,7 +22,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Commit - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9 with: add: . author_name: Automated