Skip to content

Commit d692a1c

Browse files
Merge pull request #2 from hadebot-devs/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents a787b69 + 9501a7a commit d692a1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
lint-and-format:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
with:
1010
ref: ${{ github.event.pull_request.head.ref }}
1111

0 commit comments

Comments
 (0)