Skip to content

Commit

Permalink
Bump Github Actions versions for job to publish updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvv committed Sep 20, 2024
1 parent 4292949 commit 345168a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- main
jobs:
convert_via_pandoc:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Configure Git for Github
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-pandoc@v1
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: '2.19'
- name: Publish Site
Expand Down

0 comments on commit 345168a

Please sign in to comment.