Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ♻️
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup Python 🏭
uses: actions/setup-python@v6
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
needs: build
steps:
- name: Checkout ♻️
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Download built artifact ⌛
uses: actions/download-artifact@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/comment_on_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Create Issues comment
id: comment
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Download built artifact
uses: actions/cache/restore@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/custom_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: github.event.repository.fork == false
steps:
- name: Checkout ♻️
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup Python 👷
uses: actions/setup-python@v6
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
needs: build
steps:
- name: Checkout ♻️
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Download built artifact ⌛
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Run ShellCheck
id: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ♻️
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install Dependencies 🧑‍🏭
run: |
Expand Down