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.
2 parents 38b0930 + ccab63f commit 433aac5Copy full SHA for 433aac5
.github/workflows/create-icons.yml
@@ -14,7 +14,7 @@ jobs:
14
# CHECKOUT CODE
15
- id: checkout-code
16
name: Checkout code
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
19
# CREATE ICONS
20
- id: create-icons
.github/workflows/diff-output.yml
@@ -15,7 +15,7 @@ jobs:
- id: install-diff2html
21
name: Install diff2html
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
22
23
24
with:
25
# Full git history is needed to get a proper list
26
# of changed files within `super-linter`
0 commit comments