Skip to content

Commit c4423bd

Browse files
axelbocmarcus-oscarsson
authored andcommitted
Remove GH action version comments
1 parent b472a2d commit c4423bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pages.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Checkout"
30-
uses: "actions/checkout@v4" # tested with v4.0.0
30+
uses: "actions/checkout@v4"
3131
with:
3232
# With shallow clone the "Last updated" timestamp can not get computed
3333
# See "Caveats" at https://pypi.org/project/sphinx-last-updated-by-git
@@ -37,7 +37,7 @@ jobs:
3737
# Pin micromamba version because of following issue:
3838
# https://github.com/mamba-org/setup-micromamba/issues/225
3939
- name: "Setup conda environment with micromamba"
40-
uses: "mamba-org/setup-micromamba@v2" # tested with v2.0.1
40+
uses: "mamba-org/setup-micromamba@v2"
4141
with:
4242
environment-file: "conda-environment.yml"
4343
micromamba-version: 1.5.10-0
@@ -52,7 +52,7 @@ jobs:
5252
# This could potentially be run only when we intent to deploy...
5353
# ...but it can be useful to have the artifact for debugging
5454
# if: "github.ref_name == github.event.repository.default_branch"
55-
uses: "actions/upload-pages-artifact@v3" # tested with v3.0.1
55+
uses: "actions/upload-pages-artifact@v3"
5656
with:
5757
path: "docs/build/html"
5858

@@ -74,10 +74,10 @@ jobs:
7474

7575
steps:
7676
- name: "Setup GitHub Pages"
77-
uses: "actions/configure-pages@v5" # tested with v5.0.0
77+
uses: "actions/configure-pages@v5"
7878

7979
- name: "Deploy to GitHub Pages"
8080
id: "deployment"
81-
uses: "actions/deploy-pages@v4" # tested with 4.0.5
81+
uses: "actions/deploy-pages@v4"
8282

8383
... # EOF

0 commit comments

Comments
 (0)