Skip to content

Commit b7e3df1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
sudo apt-get -y install libfuse2
1818
echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
1919
- name: checkout master
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
with:
2222
path: work
2323
- name: Checkout gh-pages
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525
with:
2626
path: target
2727
ref: gh-pages

0 commit comments

Comments
 (0)