diff --git a/.github/workflows/addon-ci.yaml b/.github/workflows/addon-ci.yaml index ec63559..a785291 100644 --- a/.github/workflows/addon-ci.yaml +++ b/.github/workflows/addon-ci.yaml @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v4 - name: 🚀 Run markdownlint - uses: nosborn/github-action-markdown-cli@v3.3.0 + uses: nosborn/github-action-markdown-cli@v3.4.0 with: files: . @@ -179,7 +179,7 @@ jobs: run: podman push ${{ steps.build-image.outputs.image-with-tag }} docker-daemon:${{ steps.build-image.outputs.image-with-tag }} - name: 🚀 Execute dive - uses: MaxymVlasov/dive-action@v1.0.1 + uses: MaxymVlasov/dive-action@v1.4.0 with: image: "${{ steps.build-image.outputs.image-with-tag }}" config-file: ${{ github.workspace }}/.dive-ci.yaml diff --git a/.github/workflows/pr-title.yaml b/.github/workflows/pr-title.yaml index fb1ccc5..0a714a7 100644 --- a/.github/workflows/pr-title.yaml +++ b/.github/workflows/pr-title.yaml @@ -17,6 +17,6 @@ jobs: pull-requests: write steps: - name: 🏷️ Enforce gitmoji PR title - uses: georgepstaylor/gitmoji-pr-title-enforcer@v0.0.1 + uses: georgepstaylor/gitmoji-pr-title-enforcer@v0.0.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 3cde92f..ac27f61 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -16,6 +16,6 @@ jobs: pull-requests: read steps: - name: 🚀 Run Release Drafter - uses: release-drafter/release-drafter@v6.0.0 + uses: release-drafter/release-drafter@v6.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/repository-pr.yaml b/.github/workflows/repository-pr.yaml index c08991e..62470b8 100644 --- a/.github/workflows/repository-pr.yaml +++ b/.github/workflows/repository-pr.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: 🚀 Run markdownlint - uses: nosborn/github-action-markdown-cli@v3.3.0 + uses: nosborn/github-action-markdown-cli@v3.4.0 with: files: . diff --git a/.github/workflows/workflows-pr.yaml b/.github/workflows/workflows-pr.yaml index 4933a92..69c39db 100644 --- a/.github/workflows/workflows-pr.yaml +++ b/.github/workflows/workflows-pr.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: 🚀 Run markdownlint - uses: nosborn/github-action-markdown-cli@v3.3.0 + uses: nosborn/github-action-markdown-cli@v3.4.0 with: files: .