diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index fd648efef..1a0923113 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -41,7 +41,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: create-combined-pr name: Create Combined PR with: diff --git a/.github/workflows/continous-integration-workflow.yaml b/.github/workflows/continous-integration-workflow.yaml index 1ba61b3fc..b63cf18fa 100644 --- a/.github/workflows/continous-integration-workflow.yaml +++ b/.github/workflows/continous-integration-workflow.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function - name: Install Python 3.10 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10'