Skip to content

Commit 5863045

Browse files
Merge pull request #2923 from linkml/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents e55aa96 + 6b2fab2 commit 5863045

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

.github/workflows/check-external-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Set up Python 3.
20-
uses: actions/setup-python@v5.6.0
20+
uses: actions/setup-python@v6.0.0
2121
with:
2222
python-version: "3.12"
2323

.github/workflows/doc-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
enable-cache: true
3131

3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v5.6.0
33+
uses: actions/setup-python@v6.0.0
3434
id: setup-python
3535
with:
3636
python-version: ${{ matrix.python-version }}

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Login to DockerHub
5050
if: startsWith(github.ref, 'refs/tags/v')
51-
uses: docker/login-action@v3.5.0
51+
uses: docker/login-action@v3.6.0
5252
with:
5353
username: cjmungall
5454
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/docs-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
enable-cache: true
3636

3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v5.6.0
38+
uses: actions/setup-python@v6.0.0
3939
id: setup-python
4040
with:
4141
python-version: ${{ matrix.python-version }}

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
version: ${{ env.UV_VERSION }}
2323

24-
- uses: actions/setup-python@v5.6.0
24+
- uses: actions/setup-python@v6.0.0
2525
with:
2626
python-version: 3.13
2727
- name: Check pyproject.toml and uv.lock
@@ -75,7 +75,7 @@ jobs:
7575
enable-cache: true
7676

7777
- name: Set up Python ${{ matrix.python-version }}
78-
uses: actions/setup-python@v5.6.0
78+
uses: actions/setup-python@v6.0.0
7979
id: setup-python
8080
with:
8181
python-version: ${{ matrix.python-version }}
@@ -92,7 +92,7 @@ jobs:
9292
shell: bash
9393
- name: Upload coverage report
9494
if: github.repository == 'linkml/linkml' && github.actor != 'dependabot[bot]'
95-
uses: codecov/[email protected].0
95+
uses: codecov/[email protected].1
9696
with:
9797
name: codecov-results-${{ matrix.os }}-${{ matrix.python-version }}
9898
token: ${{ secrets.CODECOV_TOKEN }}
@@ -122,7 +122,7 @@ jobs:
122122
enable-cache: true
123123

124124
- name: Set up Python
125-
uses: actions/setup-python@v5.6.0
125+
uses: actions/setup-python@v6.0.0
126126
id: setup-python
127127
with:
128128
python-version: ${{ matrix.python-version }}
@@ -137,7 +137,7 @@ jobs:
137137
uv run coverage report -m
138138
- name: Upload coverage report
139139
if: github.repository == 'linkml/linkml' && github.actor != 'dependabot[bot]'
140-
uses: codecov/[email protected].0
140+
uses: codecov/[email protected].1
141141
with:
142142
name: codecov-results-slow-${{ matrix.os }}-${{ matrix.python-version }}
143143
token: ${{ secrets.CODECOV_TOKEN }}
@@ -156,7 +156,7 @@ jobs:
156156
fetch-depth: 0
157157

158158
- name: Set up Python
159-
uses: actions/setup-python@v5.6.0
159+
uses: actions/setup-python@v6.0.0
160160
with:
161161
python-version: 3.13
162162

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v5.6.0
21+
uses: actions/setup-python@v6.0.0
2222
with:
2323
python-version: 3.13
2424

.github/workflows/rustgen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
enable-cache: true
3434

3535
- name: Set up Python
36-
uses: actions/setup-python@v5.6.0
36+
uses: actions/setup-python@v6.0.0
3737
with:
3838
python-version: '3.12'
3939

@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Upload coverage report
5858
if: github.repository == 'linkml/linkml' && github.actor != 'dependabot[bot]'
59-
uses: codecov/codecov-action@v5.4.3
59+
uses: codecov/codecov-action@v5.5.1
6060
with:
6161
name: codecov-results-rustgen
6262
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test-with-unreleased-runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
enable-cache: true
113113

114114
- name: Set up python
115-
uses: actions/setup-python@v5.6.0
115+
uses: actions/setup-python@v6.0.0
116116
with:
117117
python-version: ${{ matrix.python-version }}
118118

0 commit comments

Comments
 (0)