Skip to content

Commit b03a525

Browse files
authored
Merge pull request #37 from vim-jp/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents c848faf + b7e3df1 commit b03a525

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)