Skip to content

Commit

Permalink
chore(gha): bump adrianjost/actions-surge.sh-teardown from 1.0.3 to 1…
Browse files Browse the repository at this point in the history
….0.4 (#772)

The action didn't work after the release of surge 0.24.
The new version 0.1.4 of the action fixes the problem.

Closes #771
  • Loading branch information
tbouffard authored Sep 4, 2024
1 parent e9bafe4 commit 5e48663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/teardown-inactive-surge-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Teardown deployments older than 1 month
uses: adrianjost/actions-surge.sh-teardown@v1.0.3
uses: adrianjost/actions-surge.sh-teardown@v1.0.4
timeout-minutes: 10
with:
regex: '[1-9]+ month.? ago'
Expand Down

0 comments on commit 5e48663

Please sign in to comment.