Skip to content

Commit 1feccb2

Browse files
authored
Update node version to node20 (#55)
* 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
1 parent ca15a33 commit 1feccb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Checkout repo
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525

2626
- uses: quizlet/argocd-diff-action@master
2727
name: ArgoCD Diff

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ inputs:
2929
default: legacy
3030
required: false
3131
runs:
32-
using: 'node12'
32+
using: 'node20'
3333
main: 'dist/index.js'

0 commit comments

Comments
 (0)