Skip to content

Commit

Permalink
rollback github action version (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponnia-M authored Mar 11, 2024
1 parent 077a3ed commit f40c2d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete-old-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- id: checkUserMember
# Only check for manual runs, not scheduled runs
if: github.event_name == 'workflow_dispatch'
uses: tspascoal/get-user-teams-membership@v3.3.0
uses: tspascoal/get-user-teams-membership@v3.0.0
with:
username: ${{ github.actor }}
team: 'vro-restricted'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-published-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- id: checkUserMember
# Only check for manual runs, not scheduled runs
if: github.event_name == 'workflow_dispatch'
uses: tspascoal/get-user-teams-membership@v3.3.0
uses: tspascoal/get-user-teams-membership@v3.0.0
with:
username: ${{ github.actor }}
team: 'vro-restricted'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-workflow-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- id: checkUserMember
# Only check for manual runs, not scheduled runs
if: github.event_name == 'workflow_dispatch'
uses: tspascoal/get-user-teams-membership@v3.3.0
uses: tspascoal/get-user-teams-membership@v3.0.0
with:
username: ${{ github.actor }}
team: 'vro-restricted'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- id: checkUserMember
# Only check for manual runs against prod
if: github.event_name == 'workflow_dispatch' && inputs.target_env == 'prod'
uses: tspascoal/get-user-teams-membership@v3.3.0
uses: tspascoal/get-user-teams-membership@v3.0.0
with:
username: ${{ github.actor }}
team: 'vro-restricted'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- id: checkUserMember
# Only check for manual runs against prod
if: github.event_name == 'workflow_dispatch' && inputs.target_env == 'prod'
uses: tspascoal/get-user-teams-membership@v3.3.0
uses: tspascoal/get-user-teams-membership@v3.0.0
with:
username: ${{ github.actor }}
team: 'vro-restricted'
Expand Down

0 comments on commit f40c2d3

Please sign in to comment.