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 30a0b51 commit aab84c3Copy full SHA for aab84c3
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
23
- name: Setup Node.js environment
24
uses: actions/setup-node@v3
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
test-application:
11
runs-on: ubuntu-latest
12
13
14
15
16
with:
0 commit comments