From 5a2006452a4f852fe1c52849b6a0d0b15801a21e Mon Sep 17 00:00:00 2001 From: Maxime Arthaud Date: Wed, 24 Apr 2024 18:00:59 +0200 Subject: [PATCH] Specify the version of the action in the example As titled. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index de39386..1c5f2da 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ jobs: - uses: actions/checkout@v4 - name: Run Pyre Action - # update with the desired version of the action (e.g. `facebook/pyre-action@v0.0.1`) - uses: facebook/pyre-action + uses: facebook/pyre-action@v0.0.2 with: repo-directory: './' requirements-path: 'requirements.txt'