Skip to content

Commit

Permalink
Upgrade to node20 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Jan 31, 2024
1 parent 67447d5 commit 10d4041
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ However, at the moment Cargo (the Rust package manager) does not support SSH aut
SSH agents are not meant to be used non-interactively, so HTTPS authentication is a simpler solution.

If you can use plain SSH keys that may be easier.

# Compatibility with custom runners

The latest version of this action runs on `node20`.
If your custom runner doesn't support `node20` yet, you can pin the action to `v2.0` which runs on `node16`.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
description: git credentials to use

runs:
using: node16
using: node20
main: lib/main.js

0 comments on commit 10d4041

Please sign in to comment.