diff --git a/.changes/unreleased/Dependencies-20240722-194640.yaml b/.changes/unreleased/Dependencies-20240722-194640.yaml new file mode 100644 index 000000000..6306bf961 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240722-194640.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/setup-python from 4 to 5" +time: 2024-07-22T19:46:40.00000Z +custom: + Author: dependabot[bot] + PR: 883 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4d6bbd8d9..68dc60035 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -136,7 +136,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -273,7 +273,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5acb4f7b5..2dee74116 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.8' @@ -83,7 +83,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -125,7 +125,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.8' @@ -178,7 +178,7 @@ jobs: steps: - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}