From d50c2726e0474d1a6bdb48b448689d20b9e56c49 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Thu, 1 Oct 2020 21:16:15 +0200 Subject: [PATCH] Update used github actions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a4c5b4..2998975 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - name: Release GitHub Actions - uses: technote-space/release-github-actions@v2 + uses: technote-space/release-github-actions@v6 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COMMIT_EMAIL: s.weigand.pyh@gmail.com