Skip to content

Commit c35e463

Browse files
committed
Update gh-pages.yml
1 parent c2159ef commit c35e463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Cache opam
1616
id: cache-opam
17-
uses: actions/cache@v2
17+
uses: actions/cache@v3
1818
with:
1919
path: ~/.opam
2020
key: opam-ubuntu-latest-5.0.0

0 commit comments

Comments
 (0)