Skip to content

Commit

Permalink
ci: update gh-workflow-tf-plan-apply action to get rid of deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem authored Mar 27, 2024
1 parent 7c1cbff commit 4c7d01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

deploy-staging:
needs: [pre-build, build-test-push]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].2
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].20
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
Expand All @@ -52,7 +52,7 @@ jobs:

deploy-prod:
needs: [pre-build, build-test-push, deploy-staging]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].2
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].20
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
Expand Down

0 comments on commit 4c7d01e

Please sign in to comment.