From 34b8cdbdf17d052ada062e4f084a22ee832ba910 Mon Sep 17 00:00:00 2001 From: Templum Date: Thu, 15 Sep 2022 14:10:34 +0000 Subject: [PATCH] :wrench: Reset Integration Test --- .github/workflows/integration.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e5a564e..fd0bc10 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -4,12 +4,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@main - name: Debug run: pwd && ls shell: bash - name: Integration Test id: integration-test uses: Templum/govulncheck-action@feature/2 - with: - go-version: 1.18.3