Skip to content

Commit 828784c

Browse files
authored
update github action runtime (#20768)
1 parent fbe6353 commit 828784c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/team-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
label:
77
name: Apply team labels
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- name: Set team labels as output
1111
id: team_labels

.github/workflows/update-image-digest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
permissions:
1313
contents: write
1414
pull-requests: write

0 commit comments

Comments
 (0)