Skip to content

Commit 22adb73

Browse files
Merge pull request #287 from scribd/kristianm/sourcegraph-batch-ubuntu-update
fix: Update github actions due to ubuntu-20.04 deprecation
2 parents 9c4dd8d + c90d4ad commit 22adb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr-title.yml

Lines changed: 1 addition & 1 deletion
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)