Skip to content

Commit 0cb08c6

Browse files
committed
Fix old DevSkim lint Ubuntu runner version
1 parent 03841e3 commit 0cb08c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

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

594594

595595
devskim-lint:
596-
runs-on: ubuntu-20.04
596+
runs-on: ubuntu-latest
597597
permissions:
598598
actions: read
599599
contents: read

packages/hydefront/.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
lint:
1818
name: DevSkim
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
permissions:
2121
actions: read
2222
contents: read

0 commit comments

Comments
 (0)