From 744ab72d77e20bab18be0ff3944ec670468f1700 Mon Sep 17 00:00:00 2001 From: cesnietor <> Date: Tue, 13 Jun 2023 17:03:37 -0700 Subject: [PATCH] Define action version to Git action --- .github/workflows/issues.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index 77e4ca487b..d91950aeb2 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -12,7 +12,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@RELEASE_VERSION + - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/miniohq/projects/2 github-token: ${{ secrets.BOT_PAT }}