-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/checkout action to v4.1.4
- Loading branch information
1 parent
4ef4378
commit 7ed0a83
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
name: Run yaml linting | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
- name: Configure Python 3.12 | ||
uses: actions/setup-python@v5 | ||
with: | ||
|
@@ -19,7 +19,7 @@ jobs: | |
name: Shellcheck | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
- name: Run ShellCheck | ||
uses: ludeeus/[email protected] | ||
with: | ||
|
@@ -30,7 +30,7 @@ jobs: | |
name: Shell format | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22.x | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
name: Make sure services start | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
- name: Configure | ||
run: make | ||
- name: Ensure no placeholder secrets | ||
|