From 009a052badfdbc1c0f233534eab5a61f4e0291cc Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Tue, 12 Aug 2025 08:28:36 +0200 Subject: [PATCH 1/4] Update bignum_example.yml --- .github/workflows/bignum_example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bignum_example.yml b/.github/workflows/bignum_example.yml index 9ed8192..78bb3d6 100644 --- a/.github/workflows/bignum_example.yml +++ b/.github/workflows/bignum_example.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Nargo uses: noir-lang/noirup@v0.1.2 @@ -40,4 +40,4 @@ jobs: title: '[Nightly] bignum_example workflow failed', body: `The nightly bignum_example workflow failed. Please investigate.\n\n/cc @noir-lang/developerrelations`, labels: ['nightly', 'bug'] - }) \ No newline at end of file + }) From 69a021db4cb67c0b9163cfb869f84dced5b49bb8 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Tue, 12 Aug 2025 08:28:43 +0200 Subject: [PATCH 2/4] Update recursion.yml --- .github/workflows/recursion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/recursion.yml b/.github/workflows/recursion.yml index e780407..a0cfbaa 100644 --- a/.github/workflows/recursion.yml +++ b/.github/workflows/recursion.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Nargo uses: noir-lang/noirup@v0.1.2 From bd71de7e34b3c51ba37dc9b0b3c794b8af0d563e Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Tue, 12 Aug 2025 08:29:00 +0200 Subject: [PATCH 3/4] Update solidity-example.yml --- .github/workflows/solidity-example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/solidity-example.yml b/.github/workflows/solidity-example.yml index ecfd147..c118b15 100644 --- a/.github/workflows/solidity-example.yml +++ b/.github/workflows/solidity-example.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Nargo uses: noir-lang/noirup@v0.1.2 @@ -83,4 +83,4 @@ jobs: title: '[Nightly] Solidity-example workflow failed', body: `The nightly Solidity-example workflow failed. Please investigate.\n\n/cc @noir-lang/developerrelations`, labels: ['nightly', 'bug'] - }) \ No newline at end of file + }) From 637a6b368809752d94bcae253c536fc635f696a9 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Tue, 12 Aug 2025 08:29:08 +0200 Subject: [PATCH 4/4] Update web-starter-playwright.yml --- .github/workflows/web-starter-playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-starter-playwright.yml b/.github/workflows/web-starter-playwright.yml index edf05e5..8f6eb88 100644 --- a/.github/workflows/web-starter-playwright.yml +++ b/.github/workflows/web-starter-playwright.yml @@ -14,7 +14,7 @@ jobs: issues: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Nargo uses: noir-lang/noirup@v0.1.2