diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index b6c552f..e907839 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python 3.9 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" - name: Install pypa/build diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index d98823e..6e968ca 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -17,7 +17,7 @@ jobs: repository: Ymagis/ClairMeta_Data path: tests/resources - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Set up environment @@ -47,7 +47,7 @@ jobs: repository: Ymagis/ClairMeta_Data path: tests/resources - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Set up environment @@ -77,7 +77,7 @@ jobs: repository: Ymagis/ClairMeta_Data path: tests/resources - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Set up environment diff --git a/README.rst b/README.rst index e11fd65..5b90173 100644 --- a/README.rst +++ b/README.rst @@ -203,8 +203,8 @@ About http://www.ymagis.com/ -.. |Build Status| image:: https://travis-ci.org/Ymagis/ClairMeta.svg?branch=1.0.0b1 - :target: https://travis-ci.org/Ymagis/ClairMeta +.. |Build Status| image:: https://github.com/Ymagis/ClairMeta/actions/workflows/test-package.yml/badge.svg + :target: https://github.com/Ymagis/ClairMeta/actions/workflows/test-package.yml .. |PyPI version| image:: https://badge.fury.io/py/clairmeta.svg :target: https://badge.fury.io/py/clairmeta .. |Code coverage| image:: https://codecov.io/gh/Ymagis/ClairMeta/branch/develop/graph/badge.svg