Skip to content

Commit d1c1261

Browse files
author
leonsteinhaeuser
committed
enhancement: bump action version to v2.1.0
1 parent 7f57b3d commit d1c1261

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/project-beta-automations@v2.0.1
18+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
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/project-beta-automations@v2.0.1
32+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
3333
with:
3434
gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }}
3535
user: leonsteinhaeuser

0 commit comments

Comments
 (0)