Skip to content

Commit

Permalink
Merge pull request #83 from node-red-contrib/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/main/actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
konne authored May 11, 2024
2 parents 9ab1f7b + 66d7a5b commit d6e53ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit d6e53ec

Please sign in to comment.