Skip to content

Commit 0d19b7c

Browse files
authored
PLTCLD-391: gha: ubuntu-20.04 -> ubuntu-latest (#44)
1 parent 378b0ad commit 0d19b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
hadolint:
99
name: hadolint
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
env:
1212
HADOLINT_RECURSIVE: "true"
1313
steps:

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
jobs:
88
hadolint:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
env:
1111
HADOLINT_RECURSIVE: "true"
1212
steps:

0 commit comments

Comments
 (0)