Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2 (#10465)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] and renovate-bot authored Jan 18, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent edcf7be commit 1d3cc3b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Use Node.js 16.x
uses: actions/setup-node@v2.5.1
2 changes: 1 addition & 1 deletion .github/workflows/sync-generated-files.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ jobs:
release:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2.5.1
with:

0 comments on commit 1d3cc3b

Please sign in to comment.