Skip to content

Commit 2389e1f

Browse files
committed
[Chore] Bump version of actions/checkout in lint task
v3 emits a warning in CI about the deprecation of node16. Most of our CI workflows already use v4 of the checkout task, so I'm comfortable commiting this change directly.
1 parent 84068f4 commit 2389e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ jobs:
55
lint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- uses: chartboost/ruff-action@v1

0 commit comments

Comments
 (0)