Newer version of the checkout action.

This commit is contained in:
Robert de Bock 2024-01-30 11:27:18 +01:00
parent 6b5112377b
commit c0cf49ebc1
4 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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 %}

View File

@ -13,7 +13,7 @@ jobs:
contents: write
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: {% raw %}${{ github.repository }}{% endraw %}

View File

@ -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"