1
0
Fork 0
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:
Christian Clauss 2023-03-28 00:01:19 +02:00 committed by GitHub
parent ac72e14cd4
commit 0a90406481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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