diff --git a/.github/workflows/cdk_package_code.yml b/.github/workflows/cdk_package_code.yml index 548a34bd..2f3c1557 100644 --- a/.github/workflows/cdk_package_code.yml +++ b/.github/workflows/cdk_package_code.yml @@ -12,7 +12,7 @@ jobs: packages: read steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ env.BRANCH_NAME }} diff --git a/.github/workflows/cdk_release_code.yml b/.github/workflows/cdk_release_code.yml index 5c822ac3..62cef4e6 100644 --- a/.github/workflows/cdk_release_code.yml +++ b/.github/workflows/cdk_release_code.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout local github actions - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ env.BRANCH_NAME }} fetch-depth: 0 @@ -196,7 +196,7 @@ jobs: - name: Checkout gh-pages if: ${{ !startsWith(inputs.STACK_NAME, 'lambda-resources-pr-') }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages path: gh-pages diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c8f4bc7..db4974eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: tag_format: ${{ steps.load-config.outputs.TAG_FORMAT }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get asdf version id: asdf-version diff --git a/.github/workflows/delete_old_cloudformation_stacks.yml b/.github/workflows/delete_old_cloudformation_stacks.yml index d38dc1ae..ece89d64 100644 --- a/.github/workflows/delete_old_cloudformation_stacks.yml +++ b/.github/workflows/delete_old_cloudformation_stacks.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout local github scripts - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ env.BRANCH_NAME }} sparse-checkout: | diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e63f2837..b215b2ef 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,7 +20,7 @@ jobs: tag_format: ${{ steps.load-config.outputs.TAG_FORMAT }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get asdf version id: asdf-version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64b7339e..9f32d495 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: tag_format: ${{ steps.load-config.outputs.TAG_FORMAT }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get asdf version id: asdf-version