Skip to content

Commit

Permalink
feat(ci): Updated CI workflows version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
horiagunica authored Dec 18, 2024
1 parent f45c72b commit 496d787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
pr_ci_wrkflw:
name: Run CI
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/pr_ci.yml@v2.2
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/pr_ci.yml@v2.3
if: github.actor != 'dependabot[bot]'
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency: release
jobs:
release_wrkflw:
name: Do release
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/release_ci.yml@v2.2
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/release_ci.yml@v2.3
secrets: inherit
with:
cloud: gcp
Expand Down

0 comments on commit 496d787

Please sign in to comment.