Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent b38d884 commit b59ba8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
contents: write
steps:
- name: Checkout branch ${{ github.ref_name }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: sudo apt-get update
- name: Restore opam cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up opam
uses: ocaml/setup-ocaml@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout branch ${{ github.ref_name }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: sudo apt-get update
- name: Restore opam cache
Expand Down

0 comments on commit b59ba8a

Please sign in to comment.