Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.0.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent c4cb0af commit 3e19404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- 20.x

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- name: Setup Node.js
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
- name: Setup Node.js
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3e19404

Please sign in to comment.