From ec4ed0ffd11e8805bb76b9bc3e056471d4b22239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:22:15 +0200 Subject: [PATCH] Bump peter-evans/create-pull-request from 4 to 7 (#166) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/refresh-journal-lists.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/refresh-journal-lists.yml b/.github/workflows/refresh-journal-lists.yml index 300618a..d3b8836 100644 --- a/.github/workflows/refresh-journal-lists.yml +++ b/.github/workflows/refresh-journal-lists.yml @@ -21,7 +21,7 @@ jobs: - run: pip install pandas - run: python scripts/convert_txt2csv.py - run: rm journals/journal_abbreviations_aea.txt - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update-aea @@ -37,7 +37,7 @@ jobs: - run: pip install pandas - run: python scripts/convert_txt2csv.py - run: rm journals/journal_abbreviations_astronomy.txt - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update-astronomy @@ -51,7 +51,7 @@ jobs: - uses: actions/setup-python@v4 - run: pip install pandas - run: python scripts/update_mathscinet.py - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update-mathscinet @@ -65,7 +65,7 @@ jobs: - uses: actions/setup-python@v4 - run: pip install beautifulsoup4 requests - run: python scripts/update_ubc.py - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update-ubc