Skip to content

Commit 8c7bb7e

Browse files
authored
upgrade LF action (#315)
1 parent 0cb6c00 commit 8c7bb7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-crlf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on: [push, pull_request]
88
jobs:
99
Check-CRLF:
1010
name: verify that only LF linefeeds are used
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- name: Checkout repository contents
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v3
1616

1717
- name: Use action to check for CRLF endings
18-
uses: erclu/check-crlf@v1.1.2
18+
uses: erclu/check-crlf@v1.2.0
1919
with: # ignore directories below, space-delimited
2020
exclude:

0 commit comments

Comments
 (0)