diff options
Diffstat (limited to '.github/workflows/integration.yml')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8d1a7ad..257f758 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml | |||
@@ -20,7 +20,7 @@ jobs: | |||
20 | # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | 20 | # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ |
21 | 21 | ||
22 | steps: | 22 | steps: |
23 | - uses: actions/checkout@v2 | 23 | - uses: actions/checkout@v3 |
24 | - name: Use Node.js ${{ matrix.node-version }} | 24 | - name: Use Node.js ${{ matrix.node-version }} |
25 | uses: actions/setup-node@v2 | 25 | uses: actions/setup-node@v2 |
26 | with: | 26 | with: |