Commit 3b3efae 1 parent c8c0a25 commit 3b3efae Copy full SHA for 3b3efae
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
auto-update-versions :
11
11
name : Auto-update community members page
12
- runs-on : ubuntu-24.04
12
+ runs-on : ubuntu-latest
13
13
# Remove the if statement below when testing against a fork
14
14
if : github.repository == 'open-telemetry/opentelemetry.io'
15
15
steps :
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
auto-update-versions :
11
11
name : Auto-update registry versions
12
- runs-on : ubuntu-20.04
12
+ runs-on : ubuntu-latest
13
13
# Remove the if statement below when testing against a fork
14
14
if : github.repository == 'open-telemetry/opentelemetry.io'
15
15
steps :
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
auto-update-versions :
11
11
name : Auto-update versions
12
- runs-on : ubuntu-20.04
12
+ runs-on : ubuntu-latest
13
13
if : github.repository == 'open-telemetry/opentelemetry.io'
14
14
env :
15
15
DEPTH : --depth 999 # submodule clone depth
You can’t perform that action at this time.
0 commit comments