Skip to content

Commit

Permalink
Updated github actions checkout to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Dec 18, 2023
1 parent 2c53240 commit 32ee5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up required system dependencies
run: sudo apt-get -y install pdftk texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 32ee5ed

Please sign in to comment.