mirror of
https://github.com/ronivay/XenOrchestraInstallerUpdater.git
synced 2026-09-10 20:00:52 -05:00
Merge pull request #332 from ronivay/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: run shellcheck
|
||||
uses: ludeeus/action-shellcheck@2.0.0
|
||||
|
||||
|
||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
Test-Install:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: xo-install run
|
||||
run: sudo ./xo-install.sh --install
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user