-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.1.5 to 4.1.6 (#29)
- Loading branch information
1 parent
6256815
commit 661bdc7
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
name: Run yamllint | ||
steps: | ||
- name: Check out code | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Get yamllint config file from dotfiles | ||
env: | ||
|
@@ -31,7 +31,7 @@ jobs: | |
name: Run markdownlint | ||
steps: | ||
- name: Check out code | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Get mdl style file from dotfiles | ||
env: | ||
|
@@ -49,7 +49,7 @@ jobs: | |
name: Run ShellCheck | ||
steps: | ||
- name: Check out code | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Run ShellCheck | ||
uses: bewuethr/shellcheck-action@v2 | ||
|