Skip to content

Commit 528d7c4

Browse files
authored
update actions versions (#249)
* update actions versions * remove twitter links. * exclude academic.oup.com
1 parent e1e6207 commit 528d7c4

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
- name: Restore lychee (linkcheck) cache
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: .lycheecache
2727
key: cache-lychee-${{ github.sha }}
2828
restore-keys: cache-lychee-
2929

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

3333
# Install newer python and pip
3434
- uses: actions/setup-python@v4
@@ -46,10 +46,10 @@ jobs:
4646

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

5454
# upload html
5555
- uses: actions/upload-artifact@v4

docs/about/communication.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ There are two mailing list currently:
6969

7070
***
7171

72-
### <a class="button cta rounded primary-btn raised" href="https://x.com/OpenMSTeam">Twitter</a>
73-
74-
Contact us or just follow the latest OpenMS news on Twitter.
75-
76-
***
77-
7872
Join the OpenMS Community
7973
-------------------------
8074

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OpenMS is developed by a group of `core developers <https://openms.de/contributo
2929

3030
* 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>`_.
3131
* 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.
32-
* Promote OpenMS either online (`e.g. on X <https://x.com/OpenMSTeam>`_) or in your work group.
32+
* Promote OpenMS either online or in your work group.
3333

3434

3535
.. toctree::

0 commit comments

Comments
 (0)