Skip to content

Commit eba7b7b

Browse files
Bump actions/checkout from 2 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76352a4 commit eba7b7b

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@v2
1818
with:

0 commit comments

Comments
 (0)