Skip to content

Commit 325d4d3

Browse files
authored
feat: Use the latest version for GitHub actions (#16)
1 parent 356fe70 commit 325d4d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@main
1313

1414
- name: conventional Changelog Action
1515
id: changelog
@@ -18,7 +18,7 @@ jobs:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: create release
21-
uses: actions/create-release@v1
21+
uses: actions/create-release@main
2222
if: ${{ steps.changelog.outputs.skipped == 'false' }}
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)