We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f142d8e commit 8e5f531Copy full SHA for 8e5f531
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions
2
+
3
+version: 2
4
+updates:
5
+ - package-ecosystem: "github-actions" # See documentation for possible values
6
+ directory: "/" # Location of package manifests
7
+ schedule:
8
+ interval: "weekly"
.github/workflows/check-crlf.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout repository contents
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
16
17
- name: Use action to check for CRLF endings
18
- uses: erclu/check-crlf@v1.2.0
+ uses: erclu/check-crlf@master
0 commit comments