mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
Bump actions/checkout from 3 to 4.1.0 (#95)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
parent
00cae500b0
commit
cd81f4475a
5 changed files with 5 additions and 5 deletions
2
.github/workflows/additional_files.yml
vendored
2
.github/workflows/additional_files.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
2
.github/workflows/check_together.yml
vendored
2
.github/workflows/check_together.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
2
.github/workflows/ignore_names.yml
vendored
2
.github/workflows/ignore_names.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
2
.github/workflows/ignore_paths.yml
vendored
2
.github/workflows/ignore_paths.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
2
.github/workflows/scandir.yml
vendored
2
.github/workflows/scandir.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
Loading…
Reference in a new issue