diff options
| author | Joel Challis <git@zvecr.com> | 2025-04-23 03:03:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-23 12:03:02 +1000 |
| commit | c6a93b5a56c068d654ab2d44aec529dc5d3fac0b (patch) | |
| tree | 8cf3e25ff9b475a32db6b8d92ec31e5d5815ef18 /.github | |
| parent | 9f04023d35c8ab6c4970afab391f77bb7b3ac63c (diff) | |
Bump rlespinasse/github-slug-action from 3 to 5 (#25021)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/format_push.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/regen_push.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index c861b2c111..b865ea9eec 100644 --- a/.github/workflows/format_push.yml +++ b/.github/workflows/format_push.yml | |||
| @@ -39,7 +39,7 @@ jobs: | |||
| 39 | qmk format-text -a | 39 | qmk format-text -a |
| 40 | git diff | 40 | git diff |
| 41 | 41 | ||
| 42 | - uses: rlespinasse/github-slug-action@v3.x | 42 | - uses: rlespinasse/github-slug-action@v5 |
| 43 | 43 | ||
| 44 | - name: Become QMK Bot | 44 | - name: Become QMK Bot |
| 45 | run: | | 45 | run: | |
diff --git a/.github/workflows/regen_push.yml b/.github/workflows/regen_push.yml index 9a05a9461d..8f22e931f1 100644 --- a/.github/workflows/regen_push.yml +++ b/.github/workflows/regen_push.yml | |||
| @@ -26,7 +26,7 @@ jobs: | |||
| 26 | util/regen.sh | 26 | util/regen.sh |
| 27 | git diff | 27 | git diff |
| 28 | 28 | ||
| 29 | - uses: rlespinasse/github-slug-action@v3.x | 29 | - uses: rlespinasse/github-slug-action@v5 |
| 30 | 30 | ||
| 31 | - name: Become QMK Bot | 31 | - name: Become QMK Bot |
| 32 | run: | | 32 | run: | |
