Skip to content

Commit 71fc6e3

Browse files
committed
fix: DEVPLAT-3294 Update github actions due to ubuntu-20.04 deprecation
1 parent eb94abe commit 71fc6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr-title.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/action-semantic-pull-request@v5

0 commit comments

Comments
 (0)