From b96bea64de99d1b7e92c89d630033f4f797d6609 Mon Sep 17 00:00:00 2001 From: Oleksandr Prokopenko Date: Mon, 3 Apr 2023 12:33:29 +0300 Subject: [PATCH] updated action version in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a38a87..f93e970 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ jobs: name: Create pull request attachments on Asana tasks steps: - name: Create pull request attachments - uses: Asana/create-app-attachment-github-action@latest + uses: Asana/create-app-attachment-github-action@v1.2 id: postAttachment with: asana-secret: ${{ secrets.ASANA_SECRET }} @@ -141,7 +141,7 @@ jobs: name: Create pull request attachments on Asana tasks steps: - name: Create pull request attachments - uses: Asana/create-app-attachment-github-action@latest + uses: Asana/create-app-attachment-github-action@v1.2 id: postAttachment with: asana-secret: ${{ secrets.ASANA_SECRET }}