From a4c480bf7fa0f3e1542ec322ddb70526ed866ca2 Mon Sep 17 00:00:00 2001 From: Daniel Kleine <53251018+d-kleine@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:17:48 +0100 Subject: [PATCH 1/2] updated package versions for GH actions --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0b825fe4e..4fcf5e78b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,10 +20,10 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.x" From cc098815975dd2ca9d47e35feb5f2d7133ca5013 Mon Sep 17 00:00:00 2001 From: Daniel Kleine <53251018+d-kleine@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:24:20 +0100 Subject: [PATCH 2/2] fixed typo in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 313527714..fa4865f94 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,7 +23,7 @@ close the listed issue upon merging this Pull Request. ### Pull Request Checklist - [ ] Added a note about the modification or contribution to the `./docs/sources/CHANGELOG.md` file (if applicable)