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 same "printed page" as the copyright notice for easier
identification within third-party archives. 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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with 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 runs-on: ubuntu-20.04
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: ansible-lint - name: ansible-lint
uses: ansible-community/ansible-lint-action@main uses: ansible-community/ansible-lint-action@main
test: test:
@ -37,7 +37,7 @@ jobs:
{% endfor %} {% endfor %}
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: {% raw %}"${{ github.repository }}"{% endraw %} path: {% raw %}"${{ github.repository }}"{% endraw %}

View File

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

View File

@ -10,7 +10,7 @@ jobs:
build: build:
runs-on: "ubuntu-20.04" runs-on: "ubuntu-20.04"
steps: steps:
- uses: "actions/checkout@master" - uses: actions/checkout@v4
- name: "TODO to Issue" - name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v2.3" uses: "alstr/todo-to-issue-action@v2.3"
id: "todo" id: "todo"