From 054fbe4df00dc117cdf33c3ae1dd1b6f02585903 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Mon, 9 Sep 2024 14:28:04 -0400 Subject: [PATCH] bump sangonzal/repository-traffic-action version to latest working one (fixes #596) (#601) dependabot bumped to an invalid version --- .github/workflows/traffic_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/traffic_action.yml b/.github/workflows/traffic_action.yml index 333ec2d5a..50a7312d7 100644 --- a/.github/workflows/traffic_action.yml +++ b/.github/workflows/traffic_action.yml @@ -23,7 +23,7 @@ jobs: # Calculates traffic and clones and stores in CSV file - name: GitHub traffic - uses: sangonzal/repository-traffic-action@v1 + uses: sangonzal/repository-traffic-action@v0.1.6 env: TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}