mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 09:31:57 +01:00
Bump actions/checkout to v3 (#76)
This commit is contained in:
parent
3261165459
commit
0b28ced3b4
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@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user