From f2db8038460b0fc3be1789fe4a8709ace4a892e7 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:19:48 +0200 Subject: [PATCH 1/2] Update aztec-starter-traffic.yml --- .github/workflows/aztec-starter-traffic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aztec-starter-traffic.yml b/.github/workflows/aztec-starter-traffic.yml index bbeefd1f..b26fc6b3 100644 --- a/.github/workflows/aztec-starter-traffic.yml +++ b/.github/workflows/aztec-starter-traffic.yml @@ -15,7 +15,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{ secrets.TRAFFIC_ACTION_TOKEN }} From 4f0707828f84921c72547e10528128e83f97eb03 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:20:09 +0200 Subject: [PATCH 2/2] Update noir-starter-traffic.yml --- .github/workflows/noir-starter-traffic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/noir-starter-traffic.yml b/.github/workflows/noir-starter-traffic.yml index bfdb069c..ad353600 100644 --- a/.github/workflows/noir-starter-traffic.yml +++ b/.github/workflows/noir-starter-traffic.yml @@ -15,7 +15,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{ secrets.TRAFFIC_ACTION_TOKEN }}