Skip to content

Commit

Permalink
chore: use node20 in cargo-sweep action
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Sep 24, 2024
1 parent 481212e commit 03b3d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cargo-sweep/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "cargo-sweep"
description: "Runs cargo-sweep to clean old build artifacts"
runs:
using: "node16"
using: "node20"
main: "dist/main/index.js"
post: "dist/post/index.js"

0 comments on commit 03b3d4d

Please sign in to comment.