Skip to content

Commit

Permalink
Use v4 of the checkout action. v3 will be deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jan 30, 2024
1 parent 0c53720 commit 1dddb17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Expand Up @@ -18,7 +18,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:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
tag: "bionic"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
# - name: disable apparmor for mysql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirements2png.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ github.repository }}
- name: create png
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Expand Up @@ -12,7 +12,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"
Expand Down

0 comments on commit 1dddb17

Please sign in to comment.