Skip to content

Commit 9ed0472

Browse files
authored
Update release.yml
1 parent 5144aab commit 9ed0472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
types: closed
77
jobs:
88
release:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- uses: elementary/actions/release@master
1414
env:
1515
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"

0 commit comments

Comments
 (0)