From 4bd68cf4693b343d6001f3bb48f0bb1556328fe1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Apr 2022 16:27:40 +0200 Subject: [PATCH] update action --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59fd7dc..f89b914 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,10 @@ jobs: name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@master + with: + fetch-depth: 1 + token: ${{ secrets.GITHUB }} - name: Set up GCC uses: ./ with: