Skip to content

Commit

Permalink
Update GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Jan 11, 2024
1 parent fcbe614 commit f0c961e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.php}}

- name: Set up TeXLive
uses: teatimeguest/setup-texlive-action@v2
uses: teatimeguest/setup-texlive-action@v3
with:
packages: scheme-basic latexmk listings float etoolbox footmisc

Expand Down

0 comments on commit f0c961e

Please sign in to comment.