Skip to content

Commit 5ad1e49

Browse files
authored
chore: Sync common workflows (#73)
This is an automated sync of common workflows for this organization. The upstream source is: shaka-project/shaka-github-tools@32de1f6 Co-authored-by: Shaka Bot <shaka-bot@users.noreply.github.com>
1 parent 040f124 commit 5ad1e49

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v7
2727
with:
2828
repository: shaka-project/shaka-github-tools
2929
persist-credentials: false

.github/workflows/update-issues.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
permissions:
16-
# "Write" to Issues to add labels, milestones, comments, etc.
16+
# "Write" to Issues to add labels, post comments, lock, close, etc.
1717
issues: write
1818
# "Write" to Pull Requests for the same.
1919
pull-requests: write
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v7
2424
with:
2525
repository: shaka-project/shaka-github-tools
2626
persist-credentials: false

0 commit comments

Comments
 (0)