Skip to content

Commit

Permalink
ci(release): updates checkout action to v3 for node 16 update (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfvmarques authored Jan 11, 2023
1 parent 7e45e21 commit c316936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit c316936

Please sign in to comment.