ci: bump actions/checkout to v4 (#529)

* make contract sdk simpler (#514)

* make contract sdk simpler

* reduce root inputs

* delete convert function

* summarize our library

* update npm package

* update package version

* update attestation id

* add util function to get revealed data

* Revert "make contract sdk simpler (#514)" (#518)

This reverts commit 847b88d5ec.

* ci: bump actions/checkout to v4

---------

Co-authored-by: nicoshark <i.am.nicoshark@gmail.com>
Co-authored-by: turnoffthiscomputer <98749896+remicolin@users.noreply.github.com>
This commit is contained in:
James Niken
2025-04-26 22:00:53 +02:00
committed by GitHub
parent f5e45af0cf
commit f0d2f6d94e
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ runs:
sudo update-locale LANG=en_US.UTF-8
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby environment
uses: ruby/setup-ruby@v1