Browse Source

Upgrade GitHub Actions

pull/911/head
Christian Clauss GitHub 2 years ago
parent
commit
44846ed8f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/lint.yml

+ 1
- 1
.github/workflows/lint.yml View File

@@ -13,7 +13,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update


Loading…
Cancel
Save