From e83e6ea8398f704d2640b28f315d1e6af47ade86 Mon Sep 17 00:00:00 2001 From: Irene Alvarado Date: Wed, 26 May 2021 15:20:14 -0400 Subject: [PATCH] Fix action version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c22a076..06c722b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v2 # The Flat Action step. We fetch the data in the http_url and save it as downloaded_filename - name: Fetch data - uses: githubocto/flat@v2 + uses: githubocto/flat@v3 with: http_url: # THE URL YOU WISH TO FETCH GOES HERE downloaded_filename: # The http_url gets saved and renamed in our repository. Example: data.json, data.csv, image.png