Skip to content

Commit 856a583

Browse files
authored
Merge pull request #208 from JabRef/dependabot/github_actions/peter-evans/create-pull-request-8
Bump peter-evans/create-pull-request from 7 to 8
2 parents 171229c + 30c5e53 commit 856a583

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/refresh-journal-lists.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: pip install pandas
2121
- run: python scripts/convert_txt2csv.py
2222
- run: rm journals/journal_abbreviations_aea.txt
23-
- uses: peter-evans/create-pull-request@v7
23+
- uses: peter-evans/create-pull-request@v8
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
branch: update-aea
@@ -36,7 +36,7 @@ jobs:
3636
- run: pip install pandas
3737
- run: python scripts/convert_txt2csv.py
3838
- run: rm journals/journal_abbreviations_astronomy.txt
39-
- uses: peter-evans/create-pull-request@v7
39+
- uses: peter-evans/create-pull-request@v8
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242
branch: update-astronomy
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/setup-python@v6
5151
- run: pip install pandas
5252
- run: python scripts/update_mathscinet.py
53-
- uses: peter-evans/create-pull-request@v7
53+
- uses: peter-evans/create-pull-request@v8
5454
with:
5555
token: ${{ secrets.GITHUB_TOKEN }}
5656
branch: update-mathscinet
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/setup-python@v6
6565
- run: pip install beautifulsoup4 requests
6666
- run: python scripts/update_ubc.py
67-
- uses: peter-evans/create-pull-request@v7
67+
- uses: peter-evans/create-pull-request@v8
6868
with:
6969
token: ${{ secrets.GITHUB_TOKEN }}
7070
branch: update-ubc

0 commit comments

Comments
 (0)