diff --git a/.cruft.json b/.cruft.json index fac47ac..ea3c057 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "de1ad5aa829f6a478ba4d245c080056f9305e17e", + "commit": "79dc50b46b2fe3af8148d986c9f2ac7d181659d4", "checkout": "main", "context": { "cookiecutter": { @@ -25,7 +25,7 @@ "github_name": "component-maxscale", "github_url": "https://github.com/projectsyn/component-maxscale", "_template": "https://github.com/projectsyn/commodore-component-template.git", - "_commit": "de1ad5aa829f6a478ba4d245c080056f9305e17e" + "_commit": "79dc50b46b2fe3af8148d986c9f2ac7d181659d4" } }, "directory": null diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8cf7be4..b0eac75 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: "0" - name: Build changelog from PRs with labels diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8f862f5..aa4c019 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,13 +17,13 @@ jobs: - lint_yaml - lint_adoc steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run ${{ matrix.command }} run: make ${{ matrix.command }} editorconfig: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: snow-actions/eclint@v1.0.1 with: args: 'check' @@ -39,7 +39,7 @@ jobs: run: working-directory: ${{ env.COMPONENT_NAME }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: ${{ env.COMPONENT_NAME }} - name: Compile component