Skip to content

Commit fc4263e

Browse files
authored
Define action version to Git action (#2875)
1 parent c1b9b4c commit fc4263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Add issue to project
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/add-to-project@RELEASE_VERSION
15+
- uses: actions/add-to-project@v0.5.0
1616
with:
1717
project-url: https://github.com/orgs/miniohq/projects/2
1818
github-token: ${{ secrets.BOT_PAT }}

0 commit comments

Comments
 (0)