Skip to content

Commit 92ff0bd

Browse files
authored
Merge pull request #33 from linkml/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 2 to 6
2 parents 7856fb8 + 4650cea commit 92ff0bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
quality-checks:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5.0.0
15+
- uses: actions/checkout@v6
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v7.5.0
1818
with:
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Check out repository
47-
uses: actions/checkout@v5.0.0
47+
uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
5050

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-python@v6
1616
with:
1717
python-version: 3.8

0 commit comments

Comments
 (0)