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 + }) 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 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 + }) 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