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..0df788e 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@v3 - name: Checkout data branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 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 with: add: . author_name: Automated