Skip to content

Commit 7b640b0

Browse files
chore(deps): update actions/checkout action to v5 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0083ed commit 7b640b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest # Use the latest Ubuntu runner
2525
steps:
2626
# Check out the repository code
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828

2929
# Install uv package manager for faster Python package installation
3030
- name: 🚀 Install uv

0 commit comments

Comments
 (0)