diff --git a/.github/workflows/check-license-header.yml b/.github/workflows/check-license-header.yml index aab27430..87904a55 100644 --- a/.github/workflows/check-license-header.yml +++ b/.github/workflows/check-license-header.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Validate License Headers run: npm run license:check diff --git a/.github/workflows/deploy-all-production-accounts.yml b/.github/workflows/deploy-all-production-accounts.yml index 99b7a313..5c99fa1f 100644 --- a/.github/workflows/deploy-all-production-accounts.yml +++ b/.github/workflows/deploy-all-production-accounts.yml @@ -26,7 +26,7 @@ jobs: outputs: target_helplines: ${{ steps.determine-target-helplines.outputs.target_helplines }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v5 with: diff --git a/.github/workflows/deploy-all-staging-accounts.yml b/.github/workflows/deploy-all-staging-accounts.yml index 81b594bc..5db7dcad 100644 --- a/.github/workflows/deploy-all-staging-accounts.yml +++ b/.github/workflows/deploy-all-staging-accounts.yml @@ -26,7 +26,7 @@ jobs: outputs: target_helplines: ${{ steps.determine-target-helplines.outputs.target_helplines }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v5 with: diff --git a/.github/workflows/deploy-multiple-accounts.yml b/.github/workflows/deploy-multiple-accounts.yml index 78a62602..3a3160c1 100644 --- a/.github/workflows/deploy-multiple-accounts.yml +++ b/.github/workflows/deploy-multiple-accounts.yml @@ -53,7 +53,7 @@ jobs: TWILIO_SSM_PREFIX: ${{matrix.environment_code}}_TWILIO_${{matrix.helpline_code}} FULL_ENVIRONMENT_NAME: ${{matrix.environment_code == 'PROD' && 'production' || matrix.environment_code == 'STG' && 'staging' || 'development'}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/raise-rc-merge-pr.yml b/.github/workflows/raise-rc-merge-pr.yml index 0168a9b6..d5009b7b 100644 --- a/.github/workflows/raise-rc-merge-pr.yml +++ b/.github/workflows/raise-rc-merge-pr.yml @@ -26,7 +26,7 @@ jobs: outputs: found_branches: ${{steps.find_branches.outputs.found-branches}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: sparse-checkout-cone-mode: false sparse-checkout: | @@ -50,7 +50,7 @@ jobs: matrix: target-branch: ${{ fromJSON(needs.find_target_branches.outputs.found_branches) }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set merge branch name run: | github_sha_hash=${{ github.sha }} diff --git a/.github/workflows/serverless-ci.yml b/.github/workflows/serverless-ci.yml index fb2d618d..84e442ec 100644 --- a/.github/workflows/serverless-ci.yml +++ b/.github/workflows/serverless-ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout Branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/.github/workflows/serverless-pre-release-qa.yml b/.github/workflows/serverless-pre-release-qa.yml index 523ff0ae..2e4eefb2 100644 --- a/.github/workflows/serverless-pre-release-qa.yml +++ b/.github/workflows/serverless-pre-release-qa.yml @@ -44,7 +44,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js uses: actions/setup-node@v6 with: @@ -96,7 +96,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Create pre release uses: techmatters/flex-plugins/.github/actions/generate-pre-release@master diff --git a/.github/workflows/serverless-production-release.yml b/.github/workflows/serverless-production-release.yml index 8a1231ec..781f795a 100644 --- a/.github/workflows/serverless-production-release.yml +++ b/.github/workflows/serverless-production-release.yml @@ -33,7 +33,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Create production release uses: techmatters/flex-plugins/.github/actions/generate-production-release@master