Skip to content

Commit

Permalink
Merge pull request #135 from inhabitedtype/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

GA(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
tmcgilchrist authored Oct 30, 2023
2 parents 78b3be5 + fb3f0c0 commit 8d2d0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
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: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit 8d2d0aa

Please sign in to comment.