From 2c7e22aa4b452aa588feb1c192370390ef79d15a Mon Sep 17 00:00:00 2001 From: Florian Herrengt Date: Mon, 5 Dec 2022 19:46:07 +0000 Subject: [PATCH] checkout@v3 --- .github/workflows/master.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ea77359..da1ede1 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -4,15 +4,10 @@ on: branches: - main jobs: - api-build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - api-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: "true" - name: Set up QEMU