Skip to content

Commit f576fd6

Browse files
Merge pull request #2 from EnergySystemsModellingLab/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 828a5ec + 8d0f1a1 commit f576fd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Linkspector
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Run linkspector
1717
uses: umbrelladocs/action-linkspector@v1
1818
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ['3.14']
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- uses: astral-sh/setup-uv@v7
2525
with:
2626
enable-cache: true

0 commit comments

Comments
 (0)