mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
Upgrade GitHub Actions (#16)
This commit is contained in:
parent
ac72e14cd4
commit
0a90406481
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install bats
|
||||
run: sudo apt-get -y install bats > /dev/null
|
||||
- name: Run CI script
|
||||
|
|
Loading…
Reference in a new issue