Skip to content

Commit

Permalink
Bump actions/checkout from 3.0.0 to 3.6.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 79e31f1 commit fbaf650
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.0.0
- uses: actions/checkout@v3.6.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.0.0
uses: actions/checkout@v3.6.0
- name: Setup Node.js
uses: actions/[email protected]
with:
Expand Down

0 comments on commit fbaf650

Please sign in to comment.