Merge pull request #217 from ronivay/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 1 to 4
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: run shellcheck
|
||||
uses: ludeeus/action-shellcheck@1.1.0
|
||||
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
Test-Install:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v4
|
||||
- name: xo-install run
|
||||
run: sudo ./xo-install.sh --install
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user