Skip to content

Commit fc8b56a

Browse files
committed
chore: update actions to latest version
Signed-off-by: Tudor Plugaru <[email protected]>
1 parent fa7ef2b commit fc8b56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: Install uv
11-
uses: astral-sh/setup-uv@v2
11+
uses: astral-sh/setup-uv@v7
1212
with:
1313
enable-cache: true
1414
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)