Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/actions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workflows:
- 'actions/cache@v6.1.0'
- 'actions/checkout@v7.0.1'
- 'actions/configure-pages@v6.0.0'
- 'actions/deploy-pages@v5.0.0'
- 'actions/deploy-pages@v5.0.1'
- 'actions/upload-pages-artifact@v5.0.0'
- 'haskell-actions/setup@v2.12.0'
'.github/workflows/ci.yml':
Expand All @@ -34,7 +34,7 @@ workflows:
'.github/workflows/mirror.yml': []
'.github/workflows/pages.yml':
- 'actions/checkout@v7.0.1'
- 'actions/deploy-pages@v5.0.0'
- 'actions/deploy-pages@v5.0.1'
- 'actions/upload-pages-artifact@v5.0.0'
'.github/workflows/panic-attack.yml':
- 'actions/checkout@v7.0.1'
Expand All @@ -48,7 +48,7 @@ workflows:
'.github/workflows/release.yml':
- 'actions/attest-build-provenance@v4.2.2'
- 'actions/checkout@v7.0.1'
- 'ocaml/setup-ocaml@v3.7.2'
- 'ocaml/setup-ocaml@v3.8.0'
'.github/workflows/scorecard.yml': []
'.github/workflows/secret-scanner.yml':
- 'actions/checkout@v7.0.1'
Expand Down Expand Up @@ -88,9 +88,9 @@ dependencies:
commit: 'sha1-45bfe0192ca1faeb007ade9deae92b16b8254a0d'
owner_id: 44036562
repo_id: 513659658
'actions/deploy-pages@v5.0.0':
ref: 'v5.0.0'
commit: 'sha1-cd2ce8fcbc39b97be8ca5fce6e763baed58fa128'
'actions/deploy-pages@v5.0.1':
ref: 'v5.0.1'
commit: 'sha1-368f82528645a54fb793d4d04e342629a3f51346'
owner_id: 44036562
repo_id: 438112499
'actions/setup-node@v7.0.0':
Expand Down Expand Up @@ -140,9 +140,9 @@ dependencies:
commit: 'sha1-1b3b752d39a4fe4c0f28f10905e4608789d3e050'
owner_id: 6759885
repo_id: 1352485172
'ocaml/setup-ocaml@v3.7.2':
ref: 'v3.7.2'
commit: 'sha1-f92e0606b7ae4873dd1238465ea4bf6f8e40d85c'
'ocaml/setup-ocaml@v3.8.0':
ref: 'v3.8.0'
commit: 'sha1-e89b2ded52a6e13f50162220cf5fe47290162032'
owner_id: 1841483
repo_id: 220799100
'peter-evans/repository-dispatch@v4.0.1':
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/casket-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v5.0.0
uses: actions/deploy-pages@v5.0.1
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v5.0.0
uses: actions/deploy-pages@v5.0.1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- name: Checkout code
uses: actions/checkout@v7.0.1
- name: Set up OCaml
uses: ocaml/setup-ocaml@v3.7.2
uses: ocaml/setup-ocaml@v3.8.0
with:
ocaml-compiler: "5.1"
- name: Install dependencies
Expand Down
Loading