diff --git a/.github/workflows/branch-pr-release.yaml b/.github/workflows/branch-pr-release.yaml index cd094b97..1847e731 100644 --- a/.github/workflows/branch-pr-release.yaml +++ b/.github/workflows/branch-pr-release.yaml @@ -20,7 +20,7 @@ jobs: with: node-version: 18.x - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.x" - name: Setup NPM diff --git a/.github/workflows/template-schema-updater.yaml b/.github/workflows/template-schema-updater.yaml index 78386fba..9e538f05 100644 --- a/.github/workflows/template-schema-updater.yaml +++ b/.github/workflows/template-schema-updater.yaml @@ -13,7 +13,7 @@ jobs: repository: aws-cloudformation/aws-cloudformation-template-schema path: aws-cloudformation-template-schema ref: main - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.9' - name: Install Poetry