Skip to content

Commit

Permalink
Update node version to node20 (#55)
Browse files Browse the repository at this point in the history
* Bump node to 20 in runtime action

* Update README instruction to favor an up-to-date action for checkout

This prevent a warning in Github checks because actions/checkout@v2 is
still using node12 which is deprecated
  • Loading branch information
GregdTd authored Dec 4, 2024
1 parent ca15a33 commit 1feccb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: quizlet/argocd-diff-action@master
name: ArgoCD Diff
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ inputs:
default: legacy
required: false
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 1feccb2

Please sign in to comment.