Skip to content
Merged
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
4 changes: 2 additions & 2 deletions cedar.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: cedar
version: 2.3.0
version: 2.3.1
epoch: 0
description: "Core implementation of the Cedar language"
copyright:
Expand All @@ -19,7 +19,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/cedar-policy/cedar
expected-commit: cbbc35609de083671ed38689039c9e783c314bce
expected-commit: 02da3edb49be222a65ab5cc8f736461b25cc1572
tag: v${{package.version}}

- name: Configure and build
Expand Down