From 5ebf1920a9e217ced971df5a41f9061b662a0027 Mon Sep 17 00:00:00 2001 From: mullholland Date: Wed, 24 May 2023 09:07:58 +0200 Subject: [PATCH] dep: update dependencies --- templates/molecule-action.yml.j2 | 2 +- templates/todo-action.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/molecule-action.yml.j2 b/templates/molecule-action.yml.j2 index e538457..3cb0d40 100644 --- a/templates/molecule-action.yml.j2 +++ b/templates/molecule-action.yml.j2 @@ -46,7 +46,7 @@ jobs: - name: parse apparmor for mysql run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld - name: molecule - uses: robertdebock/molecule-action@5.0.2 + uses: robertdebock/molecule-action@5.0.3 with: namespace: {{ docker_namespace }} image: {% raw %}${{ matrix.config.image }}{% endraw %} diff --git a/templates/todo-action.yml.j2 b/templates/todo-action.yml.j2 index 1bdbfac..f8c7e0f 100644 --- a/templates/todo-action.yml.j2 +++ b/templates/todo-action.yml.j2 @@ -12,7 +12,7 @@ jobs: steps: - uses: "actions/checkout@master" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v2.3" + uses: "alstr/todo-to-issue-action@v4.1" id: "todo" with: TOKEN: ${% raw %}{{ secrets.GITHUB_TOKEN }}{% endraw %}