We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ffe200 + 8ab7059 commit 10c8571Copy full SHA for 10c8571
3 files changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
contents: write
32
steps:
33
- name: Checkout branch ${{ github.ref_name }}
34
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
35
36
- run: sudo apt-get update
37
- name: Restore opam cache
.github/workflows/lint-opam.yml
@@ -15,7 +15,7 @@ jobs:
15
timeout-minutes: 20
16
17
- name: Checkout code
18
19
- name: Set up opam
20
uses: ocaml/setup-ocaml@v3
21
with:
.github/workflows/refresh-cache.yml
@@ -16,7 +16,7 @@ jobs:
timeout-minutes: 10
22
0 commit comments