Skip to content

Commit 0cb238e

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd23637 commit 0cb238e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout tree
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Set-up Node.js
1919
uses: actions/setup-node@v4
2020
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout tree
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Set-up OCaml
3838
uses: ocaml/setup-ocaml@v3
3939
with:
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout tree
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
- name: Set-up OCaml
4949
uses: ocaml/setup-ocaml@v3
5050
with:

0 commit comments

Comments
 (0)