Skip to content

Commit

Permalink
Merge pull request #2 from ilankri/ci
Browse files Browse the repository at this point in the history
[ci] Use the latest version of `actions/checkout`
  • Loading branch information
balat authored Nov 3, 2023
2 parents 41fb04f + 2c5b315 commit 7d5ae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: sudo apt-get install -y libgdbm-compat-dev

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use OCaml 4.12.x
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit 7d5ae1a

Please sign in to comment.