diff options
author | QMK Bot <hello@qmk.fm> | 2024-01-18 20:16:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2024-01-18 20:16:19 +0000 |
commit | 9ddb6a56bd9d4c9c54051e77fc4988a8dad800aa (patch) | |
tree | 1ad2f8db3aa347760f4199e02d616b168aa7d922 /.github | |
parent | e9bd7d7ad308f9c72c86863bf9f19382c7e2d892 (diff) | |
parent | c38fdfec9c31b5859ef0ab9a7f328203ef5829fd (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/format.yml | 2 | ||||
-rw-r--r-- | .github/workflows/lint.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index de08442c1c..81da72046c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -35,7 +35,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 - name: Run qmk formatters shell: 'bash {0}' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 08a131c786..67823103f1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 - name: Print info run: | |