diff --git a/.github/workflows/aztec-starter-traffic.yml b/.github/workflows/aztec-starter-traffic.yml index bbeefd1..b26fc6b 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 }} diff --git a/.github/workflows/noir-starter-traffic.yml b/.github/workflows/noir-starter-traffic.yml index bfdb069..ad35360 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 }}