Skip to content

Commit

Permalink
Update import-publications.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBon authored Feb 27, 2025
1 parent 4672118 commit 1d78e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/import-publications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Create Pull Request
# Set ID for `Check outputs` stage
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: 'content: import publications from Bibtex'
title: Hugo Blox Builder - Import latest publications
Expand Down

0 comments on commit 1d78e1e

Please sign in to comment.