Skip to content

Commit

Permalink
Merge pull request #225 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 Oct 3, 2023
2 parents dd33f5d + be88f05 commit f15a32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

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

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit f15a32d

Please sign in to comment.