From fc4263e2f9201a2ab6dbf4122642ae340c47f62b Mon Sep 17 00:00:00 2001 From: Cesar N <11819101+cesnietor@users.noreply.github.com> Date: Tue, 13 Jun 2023 17:16:46 -0700 Subject: [PATCH] Define action version to Git action (#2875) --- .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 77e4ca487..d91950aeb 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 }}