Skip to content

Commit

Permalink
enhancement: bump action version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Feb 23, 2023
1 parent 7f57b3d commit d1c1261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project_automations.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'opened'
steps:
- name: 'Move issue to Todo'
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
with:
gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }}
user: leonsteinhaeuser
Expand All @@ -29,7 +29,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.action == 'opened'
steps:
- name: 'Move PR to "In Progress"'
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
with:
gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }}
user: leonsteinhaeuser
Expand Down

0 comments on commit d1c1261

Please sign in to comment.