We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d523872 commit e09440cCopy full SHA for e09440c
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: [12.x]
18
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v3
23
with:
@@ -46,7 +46,7 @@ jobs:
46
47
48
- name: 'Checkout GitHub Action'
49
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
50
51
- name: Use Node.js ${{ env.NODE_VERSION }}
52
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments