Skip to content

Commit fc1d6a9

Browse files
committed
Update to new version of Actions
1 parent 1cb90d9 commit fc1d6a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
env:
1919
# Use a specific version of uv for reproducibility
20-
UV_VERSION: "0.7.3"
20+
UV_VERSION: "0.9.6"
2121

2222
jobs:
2323
test:
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
- name: Checkout (official GitHub action)
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
- name: Install uv
38-
uses: astral-sh/setup-uv@v5
38+
uses: astral-sh/setup-uv@v6
3939
# Caching is enabled by default for GitHub-hosted runners:
4040
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
4141
with:
@@ -45,7 +45,7 @@ jobs:
4545
python-version: ${{ matrix.python-version }}
4646

4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@v5
48+
uses: actions/setup-python@v6
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

@@ -76,17 +76,17 @@ jobs:
7676

7777
steps:
7878
- name: Checkout (official GitHub action)
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080

8181
- name: Install uv
82-
uses: astral-sh/setup-uv@v5
82+
uses: astral-sh/setup-uv@v6
8383
# Caching is enabled by default for GitHub-hosted runners:
8484
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
8585
with:
8686
version: ${{ env.UV_VERSION }}
8787

8888
- name: Set up Python
89-
uses: actions/setup-python@v5
89+
uses: actions/setup-python@v6
9090
with:
9191
python-version-file: ".python-version"
9292

0 commit comments

Comments
 (0)