diff options
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 |
