Skip to content

Commit 7f94773

Browse files
enhancement: bump CI version to v2.0.1
1 parent 194b2fe commit 7f94773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/project_automations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event_name == 'issues' && github.event.action == 'opened'
1616
steps:
1717
- name: 'Move issue to Todo'
18-
uses: leonsteinhaeuser/[email protected].0
18+
uses: leonsteinhaeuser/[email protected].1
1919
with:
2020
gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }}
2121
user: leonsteinhaeuser
@@ -29,7 +29,7 @@ jobs:
2929
if: github.event_name == 'pull_request' && github.event.action == 'opened'
3030
steps:
3131
- name: 'Move PR to "In Progress"'
32-
uses: leonsteinhaeuser/[email protected].0
32+
uses: leonsteinhaeuser/[email protected].1
3333
with:
3434
gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }}
3535
user: leonsteinhaeuser

0 commit comments

Comments
 (0)