Skip to content

Commit 271c44e

Browse files
committed
chore: Sync common workflows
This is an automated sync of common workflows for this organization. The upstream source is: shaka-project/shaka-github-tools@69646f3
1 parent a0826f6 commit 271c44e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
repository: shaka-project/shaka-github-tools
2424

.github/workflows/update-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
repository: shaka-project/shaka-github-tools
2323

0 commit comments

Comments
 (0)