diff options
author | QMK Bot <hello@qmk.fm> | 2023-02-28 20:10:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-02-28 20:10:51 +0000 |
commit | 209e652ff46721830f8cbbe0b72a70da8e47dbfe (patch) | |
tree | 74ae4c0f503cd434fed78c004b32f8a6509c123b | |
parent | fc059291246609e0cbcfb8c06dc9e15f964353ec (diff) | |
parent | e14254335d980410a09d558bc1e06d4645264654 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-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 c671565a61..de952e63f6 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -32,7 +32,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 - name: Run qmk formatters shell: 'bash {0}' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 67d4093a0b..535c082af5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 - name: Print info run: | |