From e6b513d9a9fa75f0eb0358cbd5a49ab2b6b94de7 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Sun, 7 Jul 2024 23:43:09 +0200 Subject: [PATCH] Fix Node 16 dependency --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6596422..819c047 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ --- name: Release qnapexporter -on: # yamllint disable-line rule:truthy +on: # yamllint disable-line rule:truthy release: types: [created] @@ -10,11 +10,11 @@ jobs: name: release linux/amd64 runs-on: ubuntu-latest permissions: - contents: write # for wangyoucao577/go-release-action to upload assets + contents: write # for wangyoucao577/go-release-action to upload assets steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0