Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gitlab_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
channel: "#ansible"
message: Starting buluma.bootstrap GitLab Trigger...
if: always()
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Mirror + trigger CI
uses: buluma/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: ansible-lint
uses: ansible/[email protected]
test:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
tag: "noble"
steps:
- name: Checkout Role
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: "${{ github.repository }}"
- name: Running Molecule Test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:

steps:
- name: Checkout dj-wasabi-release repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: dj-wasabi/dj-wasabi-release
path: dj-wasabi-release

- name: Checkout current repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ${{ github.event.repository.default_branch }}
- name: Commit Changelog file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirements2png.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
contents: write
steps:
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ${{ github.repository }}
- name: create png
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build:
runs-on: "ubuntu-20.04"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@v5"
- name: "TODO to Issue"
uses: "buluma/[email protected]"
id: "todo"
Expand Down
Loading