Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.0 (#521)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 63c22ca commit af9d8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
node-version: "18"

- name: "Checkout"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: "Install dependencies"
run: npm install

- name: "Checkout Node-RED"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
repository: node-red/node-red
path: node-red
Expand Down

0 comments on commit af9d8f0

Please # to comment.