diff --git a/.github/workflows/aws-docker-deploy.yml b/.github/workflows/aws-docker-deploy.yml index 6a91460..bf21def 100644 --- a/.github/workflows/aws-docker-deploy.yml +++ b/.github/workflows/aws-docker-deploy.yml @@ -46,7 +46,7 @@ jobs: shell: bash run: echo "DEPRECATED - use global--aws-docker-deploy" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Configure AWS Credentials uses: ingeno/foundation-github-actions/actions/configure-aws-credentials@v3.2.9 diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index b7d041f..ad38376 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -17,7 +17,7 @@ jobs: shell: bash run: echo "DEPRECATED - use global--create-release-pr" - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/global--aws-docker-deploy.yml b/.github/workflows/global--aws-docker-deploy.yml index 1c27653..4dc8b12 100644 --- a/.github/workflows/global--aws-docker-deploy.yml +++ b/.github/workflows/global--aws-docker-deploy.yml @@ -42,7 +42,7 @@ jobs: name: Push to AWS ECR steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Configure AWS Credentials uses: ingeno/foundation-github-actions/actions/global--configure-aws-credentials@v3.2.9 diff --git a/.github/workflows/global--create-github-release.yml b/.github/workflows/global--create-github-release.yml index 6e7e282..6f54577 100644 --- a/.github/workflows/global--create-github-release.yml +++ b/.github/workflows/global--create-github-release.yml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'auto-release') steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/global--create-release-pr.yml b/.github/workflows/global--create-release-pr.yml index 8f3246b..50f6883 100644 --- a/.github/workflows/global--create-release-pr.yml +++ b/.github/workflows/global--create-release-pr.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/global--lint-pr-title.yml b/.github/workflows/global--lint-pr-title.yml index e0ff88b..d879a34 100644 --- a/.github/workflows/global--lint-pr-title.yml +++ b/.github/workflows/global--lint-pr-title.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup node uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.9 diff --git a/.github/workflows/pr-changes.yml b/.github/workflows/pr-changes.yml index 0bc76b4..24bdc79 100644 --- a/.github/workflows/pr-changes.yml +++ b/.github/workflows/pr-changes.yml @@ -20,7 +20,7 @@ jobs: run: echo "DEPRECATED - use global--lint-pr-title" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup node uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.9 diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index 831d43c..a9ab328 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -20,7 +20,7 @@ jobs: shell: bash run: echo "DEPRECATED - use global--create-github-release" - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0