Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update actions/checkout action to v3
  • Loading branch information
renovate-bot committed Mar 1, 2022
commit bf6d72a805c189c2f2a44a282ab650efe2e8501b
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Production

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: use node.js ${{ matrix.node_version }}
uses: actions/setup-node@v2
Expand Down