From a43fe354ec6e6226a41ecfd98cd0343a54e5a428 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 12 Jun 2022 16:15:54 +0200 Subject: Simplified & updated CI/CD --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/integration.yml') 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: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: -- cgit v1.2.3