Skip to content

Commit

Permalink
Update deprecated actions/checkout version (#131)
Browse files Browse the repository at this point in the history
* Use actions/checkout@v3 for ci workflow

* Use actions/checkout@v3 for release workflow
  • Loading branch information
memark committed Jul 20, 2023
1 parent c306521 commit 8589279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
git config --global core.autocrlf false
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
packages: write
pull-requests: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 8589279

Please sign in to comment.