Skip to content

Commit c14c1cc

Browse files
ci: bump the github-actions group with 1 update (coder#10694)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb22df9 commit c14c1cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/contrib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
5656
steps:
5757
- name: release-labels
58-
uses: actions/github-script@v6
58+
uses: actions/github-script@v7
5959
with:
6060
# This script ensures PR title and labels are in sync:
6161
#

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Start with the oldest issues, always.
3232
ascending: true
3333
- name: "Close old issues labeled likely-no"
34-
uses: actions/github-script@v6
34+
uses: actions/github-script@v7
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
script: |

0 commit comments

Comments
 (0)