Skip to content

Commit 23b362e

Browse files
🚀 Update GitHub Actions
1 parent 96e2672 commit 23b362e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
steps:
2222
# https://github.com/actions/checkout
2323
- name: ⤵️ Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
# https://github.com/astral-sh/setup-uv
2727
- name: 🏗 Install uv and Python
28-
uses: astral-sh/setup-uv@v5
28+
uses: astral-sh/setup-uv@v6
2929
with:
3030
enable-cache: true
3131
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)