Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
chore(deps): update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 19d46e9 commit 84c62d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -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: |
Expand Down

0 comments on commit 84c62d8

Please sign in to comment.