diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 61149fc..bc0afa0 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -26,7 +26,7 @@ jobs: steps: - name: branch-deploy id: branch-deploy - uses: github/branch-deploy@v7.4.0 + uses: github/branch-deploy@v8 with: admins: the-hideout/core-contributors admins_pat: ${{ secrets.BRANCH_DEPLOY_ADMINS_PAT }} @@ -35,7 +35,7 @@ jobs: - name: checkout if: steps.branch-deploy.outputs.continue == 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ steps.branch-deploy.outputs.ref }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3797952..d675e55 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # pin@v2.0.3 with: diff --git a/.github/workflows/new-pr.yml b/.github/workflows/new-pr.yml index 7bc40ff..f7091f8 100644 --- a/.github/workflows/new-pr.yml +++ b/.github/workflows/new-pr.yml @@ -16,9 +16,9 @@ jobs: steps: # Comment on new PR requests with deployment instructions - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: comment - uses: GrantBirki/comment@v2.0.5 + uses: GrantBirki/comment@v2.0.8 continue-on-error: true with: file: .github/new-pr-comment.md diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml index 20c0475..1d4ceea 100644 --- a/.github/workflows/tfsec.yml +++ b/.github/workflows/tfsec.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: tfsec uses: aquasecurity/tfsec-action@b466648d6e39e7c75324f25d83891162a721f2d6 # pin@v1.0.3 diff --git a/.github/workflows/unlock-on-merge.yml b/.github/workflows/unlock-on-merge.yml index b63d8a7..37745a8 100644 --- a/.github/workflows/unlock-on-merge.yml +++ b/.github/workflows/unlock-on-merge.yml @@ -14,7 +14,7 @@ jobs: steps: - name: unlock on merge - uses: github/branch-deploy@v7.4.0 + uses: github/branch-deploy@v8 id: unlock-on-merge with: unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow