diff options
| author | Rapha | 2024-02-06 18:01:54 -0500 |
|---|---|---|
| committer | GitHub | 2024-02-07 00:01:54 +0100 |
| commit | 79aec5b9bca2f4b4aa79f95fa5253c8c4e0f3b25 (patch) | |
| tree | c79e7a8d47e8e3d80a6a8e12ca456f2a9744e698 /.github/workflows/check-layouts.yml | |
| parent | be053b082c0556d82337e554ab7c30ec67b8c53b (diff) | |
| download | unexpected-keyboard-79aec5b9bca2f4b4aa79f95fa5253c8c4e0f3b25.tar.gz unexpected-keyboard-79aec5b9bca2f4b4aa79f95fa5253c8c4e0f3b25.zip | |
CI: Update to node.js-20 (#546)
Diffstat (limited to '.github/workflows/check-layouts.yml')
| -rw-r--r-- | .github/workflows/check-layouts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-layouts.yml b/.github/workflows/check-layouts.yml index 9a8dc75..d37af40 100644 --- a/.github/workflows/check-layouts.yml +++ b/.github/workflows/check-layouts.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: python3 gen_layouts.py - name: Check that the generated layouts.xml is uptodate, run python3 gen_layouts.py otherwise run: git diff --exit-code |
