Skip to content

update actions versions #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Restore lychee (linkcheck) cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Install newer python and pip
- uses: actions/setup-python@v4
Expand All @@ -46,10 +46,10 @@ jobs:

# link check of html
- name: Run lychee
uses: lycheeverse/lychee-action@v1.5.4
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --cache --max-cache-age 1d './**/*.html' --timeout 40
args: --cache --max-cache-age 1d './**/*.html' --timeout 40 --exclude "academic.oup.com" --retry-wait-time 3

# upload html
- uses: actions/upload-artifact@v4
Expand Down
6 changes: 0 additions & 6 deletions docs/about/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ There are two mailing list currently:

***

### <a class="button cta rounded primary-btn raised" href="https://x.com/OpenMSTeam">Twitter</a>

Contact us or just follow the latest OpenMS news on Twitter.

***

Join the OpenMS Community
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ OpenMS is developed by a group of `core developers <https://openms.de/contributo

* Contribute to the development by giving us your feedback about the OpenMS project on `Discord <https://discord.gg/aJyWqf6uCn>`_ or become active by `developing new tools yourself </manual/develop>`_.
* Donate to the OpenMS project using our `opencollective <https://opencollective.com/openms>`_ account. All donations will be used strictly to fund the development of Openms’s open source software, documentation, and community.
* Promote OpenMS either online (`e.g. on X <https://x.com/OpenMSTeam>`_) or in your work group.
* Promote OpenMS either online or in your work group.


.. toctree::
Expand Down
Loading