From 84c62d8cd946d8e7a7d4d1ad52412aa779d6fe35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 02:29:54 +0000 Subject: [PATCH] chore(deps): update everything --- .github/workflows/unittest.yaml | 4 ++-- action.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unittest.yaml b/.github/workflows/unittest.yaml index 2e4e39a..d1689fa 100644 --- a/.github/workflows/unittest.yaml +++ b/.github/workflows/unittest.yaml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 - name: Run unit tests run: | python3 -m unittest test_create_release_notes.py \ No newline at end of file diff --git a/action.yaml b/action.yaml index 721db5a..cb1909b 100644 --- a/action.yaml +++ b/action.yaml @@ -29,7 +29,7 @@ runs: Please, run this action on published release." ; exit 1; } shell: bash - name: checkout docs repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{inputs.docs-repo}} ref: ${{inputs.base-branch}} @@ -51,7 +51,7 @@ runs: } >> "$GITHUB_ENV" shell: bash - name: set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 - name: generate release notes id: generate-release-notes run: |