Skip to content

Commit 292d9ed

Browse files
authored
Merge pull request #3 from pnavaro/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 2 to 5
2 parents 7a2c6e7 + eba7b7b commit 292d9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sudo apt-get -yq update
1313
sudo apt-get install -yq pandoc texlive-xetex texlive-fonts-extra gfortran ffmpeg
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v5
1616
- name: Install Miniconda
1717
uses: conda-incubator/setup-miniconda@v3
1818
with:

0 commit comments

Comments
 (0)