Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 13, 2023
1 parent aafba5f commit 1b08442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

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

- name: Use OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v2
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: sudo apt-get install build-essential ocaml dune menhir libmenhir-ocaml-dev libppx-deriving-yojson-ocaml-dev libppx-visitors-ocaml-dev libyojson-ocaml-dev

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

- name: Try Building
run: make
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

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

- name: Build Docker Image
run: docker build . --tag morbig --build-arg tag=${{matrix.tag}}
Expand Down

0 comments on commit 1b08442

Please sign in to comment.