Skip to content

Commit

Permalink
Also update checkout in gh-pages.yml and opam.yml workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Nov 9, 2023
1 parent 7cd616d commit c5412c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache opam
id: cache-opam
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install OCaml compiler
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit c5412c4

Please sign in to comment.