Skip to content

Commit f0d2f6d

Browse files
dizer-timotemotechremicolin
authored
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 847b88d. * ci: bump actions/checkout to v4 --------- Co-authored-by: nicoshark <[email protected]> Co-authored-by: turnoffthiscomputer <[email protected]>
1 parent f5e45af commit f0d2f6d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/mobile-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
sudo update-locale LANG=en_US.UTF-8
3636
3737
- name: Checkout repository
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- name: Setup Ruby environment
4141
uses: ruby/setup-ruby@v1

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
environment: development
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
# Circom installation from https://github.com/erhant/circomkit/blob/main/.github/workflows/tests.yml
2828
- name: Install dependencies

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
core_changed: ${{ steps.check-version.outputs.core_changed }}
1616
qrcode_changed: ${{ steps.check-version.outputs.qrcode_changed }}
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 2
2121

@@ -38,7 +38,7 @@ jobs:
3838
if: needs.detect-changes.outputs.core_changed == 'true'
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242

4343
- name: Set up Node.js
4444
uses: actions/setup-node@v3
@@ -70,7 +70,7 @@ jobs:
7070
if: needs.detect-changes.outputs.qrcode_changed == 'true'
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7474

7575
- name: Set up Node.js
7676
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)