From 837776068221b80d20b44f9819cc38fd2dea0204 Mon Sep 17 00:00:00 2001 From: Sasan Jacob Rasti Date: Tue, 29 Aug 2023 12:24:45 +0200 Subject: [PATCH] build: update ci Fixes #53 --- .github/workflows/checks.yml | 2 +- .github/workflows/release.yml | 8 ++++---- .github/workflows/tests.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3121229..075a859 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 1 - name: Setting up PDM @ ${{ matrix.python-version }} - uses: pdm-project/setup-pdm@v3.3 + uses: pdm-project/setup-pdm@v3 with: python-version: ${{ matrix.python-version }} cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd3093f..73255c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Temporarily disable 'include administrators' default branch protection - uses: benjefferies/branch-protection-bot@master + uses: benjefferies/branch-protection-bot@1.0.9 if: always() with: access_token: ${{ secrets.ACCESS_TOKEN }} @@ -31,7 +31,7 @@ jobs: enforce_admins: false - name: Update license year - uses: FantasticFiasco/action-update-license-year@v2 + uses: FantasticFiasco/action-update-license-year@v3 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -43,7 +43,7 @@ jobs: - name: Find new version id: cz - uses: commitizen-tools/commitizen-action@master + uses: commitizen-tools/commitizen-action@0.18.2 with: github_token: ${{ secrets.ACCESS_TOKEN }} push: false @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: Set up PDM @ ${{ matrix.python-version }} - uses: pdm-project/setup-pdm@v3.3 + uses: pdm-project/setup-pdm@v3 with: python-version: ${{ env.PYTHON_VERSION }} cache: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc9c517..9a0a152 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 1 - name: Set up PDM @ ${{ matrix.python-version }} - uses: pdm-project/setup-pdm@v3.3 + uses: pdm-project/setup-pdm@v3 with: python-version: ${{ matrix.python-version }} cache: true