Skip to content

Commit aa9ba41

Browse files
committed
fix: DEVPLAT-3294 Update github actions due to ubuntu-20.04 deprecation
1 parent 1475d9a commit aa9ba41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- synchronize
88
jobs:
99
main:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Validate PR Title
1313
uses: amannn/[email protected]

0 commit comments

Comments
 (0)