Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump actions/checkout from v5 to v6.0.3
  • Loading branch information
benjih committed Jun 7, 2026
commit 9efb01032950bd38d13dbf22cb28677d95d7bb99
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
target: [lint, test, build, test-ui]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6.0.3

- uses: jetify-com/devbox-install-action@v0.15.0
with:
Expand Down
Loading