Skip to content

Commit

Permalink
gha: update checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Feb 22, 2024
1 parent 87a88a5 commit bb1052f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ let uses name ?id ?cond ?(continue_on_error=false) ?(withs=[]) action ~oc ~workf
f ~oc ~workflow ~job

let checkout ?cond () =
uses "Checkout tree" ?id:None ?cond "actions/checkout@v3"
uses "Checkout tree" ?id:None ?cond "actions/checkout@v4"

let skip_step ~oc ~workflow ~job f = f ~oc ~workflow ~job

Expand Down
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ users)
### Engine

## Github Actions
* Update checkout action to v4 [#5851 @rjbou]

## Doc
* Fix a typo in the documentation of `opam lint --recursive` [#5812 @Khady]
Expand Down

0 comments on commit bb1052f

Please sign in to comment.