Skip to content

Commit 6172cd2

Browse files
chagning the checkout to v4
1 parent fd44d49 commit 6172cd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
lint:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v4
4747
with:
4848
ref: ${{ github.head_ref }}
4949
fetch-depth: 0
@@ -60,7 +60,7 @@ jobs:
6060
--diagnostics-output=github \
6161
validate --all; then
6262
echo "❌ Lint errors detected."
63-
echo "💡 Please run the following locally to fix them:"
63+
echo "Please run the following locally to fix them:"
6464
echo ""
6565
echo " ./utils/lint fix --all"
6666
echo " git commit -am 'Fix lints'"

0 commit comments

Comments
 (0)