From c0cf49ebc15aa79f984232367738cc56ba366f15 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 30 Jan 2024 11:27:18 +0100 Subject: [PATCH] Newer version of the checkout action. --- LICENSE | 2 +- templates/molecule-action.yml.j2 | 4 ++-- templates/requirements2png.yml.j2 | 2 +- templates/todo-action.yml.j2 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 2be1663..5c9a0e9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 Robert de Bock (robert@meinit.nl) + Copyright 2024 Robert de Bock (robert@meinit.nl) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/templates/molecule-action.yml.j2 b/templates/molecule-action.yml.j2 index 0e3462f..c1e73a5 100644 --- a/templates/molecule-action.yml.j2 +++ b/templates/molecule-action.yml.j2 @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ansible-lint uses: ansible-community/ansible-lint-action@main test: @@ -37,7 +37,7 @@ jobs: {% endfor %} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: {% raw %}"${{ github.repository }}"{% endraw %} diff --git a/templates/requirements2png.yml.j2 b/templates/requirements2png.yml.j2 index 7dafac0..774590c 100644 --- a/templates/requirements2png.yml.j2 +++ b/templates/requirements2png.yml.j2 @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: {% raw %}${{ github.repository }}{% endraw %} diff --git a/templates/todo-action.yml.j2 b/templates/todo-action.yml.j2 index 1bdbfac..dd2ea52 100644 --- a/templates/todo-action.yml.j2 +++ b/templates/todo-action.yml.j2 @@ -10,7 +10,7 @@ jobs: build: runs-on: "ubuntu-20.04" steps: - - uses: "actions/checkout@master" + - uses: actions/checkout@v4 - name: "TODO to Issue" uses: "alstr/todo-to-issue-action@v2.3" id: "todo"