Skip to content

Commit ffeba45

Browse files
committed
Update all CI actions
1 parent e5ad2e5 commit ffeba45

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3838
- name: Setup Pages
39-
uses: actions/configure-pages@v3
39+
uses: actions/configure-pages@v5
4040
- name: Setup Node
41-
uses: actions/setup-node@v3
41+
uses: actions/setup-node@v4
4242
with:
4343
node-version: 20
4444
cache: npm
45-
- uses: ocaml/setup-ocaml@v2
45+
- uses: ocaml/setup-ocaml@v3
4646
with:
47-
ocaml-compiler: 5.1.1
47+
ocaml-compiler: 5.4.1
4848
- name: Install all deps
4949
run: make install
5050
- name: Format check
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build docs
5555
run: make docs
5656
- name: Deploy
57-
uses: peaceiris/actions-gh-pages@v3
57+
uses: peaceiris/actions-gh-pages@v4
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
publish_dir: ./_docs
@@ -65,7 +65,7 @@ jobs:
6565
run: opam install dune-release -y
6666
- name: Release to opam
6767
if: startsWith(github.ref, 'refs/tags/')
68-
uses: davesnx/dune-release-action@v0.2
68+
uses: davesnx/dune-release-action@v0.2.14
6969
with:
7070
packages: 'melange-fest'
7171
changelog: './CHANGES.md'

0 commit comments

Comments
 (0)