Skip to content

Commit 8f3acef

Browse files
authored
Merge pull request #21 from matagus/dependabot/github_actions/github-actions-74d3c9444a
Bump the github-actions group with 2 updates
2 parents 358dc9b + be09edd commit 8f3acef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install uv
42-
uses: astral-sh/setup-uv@v4
42+
uses: astral-sh/setup-uv@v7
4343
with:
4444
enable-cache: true
4545
cache-dependency-glob: "pyproject.toml"

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v5
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.14'
2020

0 commit comments

Comments
 (0)