Skip to content

Commit

Permalink
Merge pull request #113 from renoki-co/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
rennokki authored Apr 9, 2022
2 parents 6c5e867 + 9c4e5f6 commit c2bea28
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Node.js ${{ matrix.node }}

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

- uses: actions/[email protected]
name: Installing Node.js v${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Publish NPM

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

- uses: actions/[email protected]
name: Installing Node.js v14.x
Expand Down

0 comments on commit c2bea28

Please sign in to comment.