Skip to content

Commit 5acde21

Browse files
Use v4 of the checkout action. v3 will be deprecated.
1 parent 6e790db commit 5acde21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
steps:
2020
- name: checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: ansible-lint
2323
uses: ansible-community/ansible-lint-action@main
2424
test:
@@ -57,7 +57,7 @@ jobs:
5757
tag: "bionic"
5858
steps:
5959
- name: checkout
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161
with:
6262
path: "${{ github.repository }}"
6363
# - name: disable apparmor for mysql

.github/workflows/requirements2png.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
path: ${{ github.repository }}
2121
- name: create png

.github/workflows/todo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: "ubuntu-20.04"
1414
steps:
15-
- uses: "actions/checkout@master"
15+
- uses: actions/checkout@v4
1616
- name: "TODO to Issue"
1717
uses: "alstr/[email protected]"
1818
id: "todo"

0 commit comments

Comments
 (0)