Skip to content

Commit 04b23f2

Browse files
Update actions/checkout action to v3 (#207)
Co-authored-by: Renovate Bot <[email protected]>
1 parent eb0d759 commit 04b23f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Get release notes
1717
id: release_notes
1818
run: echo ::set-output name=notes::$(git log -1 --pretty=format:"%b")

0 commit comments

Comments
 (0)