Skip to content

Commit 10c8571

Browse files
authored
Merge pull request #10 from AU-COBRA/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 5ffe200 + 8ab7059 commit 10c8571

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: write
3232
steps:
3333
- name: Checkout branch ${{ github.ref_name }}
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535

3636
- run: sudo apt-get update
3737
- name: Restore opam cache

.github/workflows/lint-opam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 20
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Set up opam
2020
uses: ocaml/setup-ocaml@v3
2121
with:

.github/workflows/refresh-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 10
1717
steps:
1818
- name: Checkout branch ${{ github.ref_name }}
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- run: sudo apt-get update
2222
- name: Restore opam cache

0 commit comments

Comments
 (0)