Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -359,10 +359,10 @@ jobs:
BUILDER_CLONE_DIRNAME: pyfunceble_docker

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone docker 📦 repository
with:
repository: PyFunceble/docker
Expand Down Expand Up @@ -445,10 +445,10 @@ jobs:
OUR_DOCKER_EMAIL: ${{ secrets.OUR_DOCKER_EMAIL }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone docker 📦 repository
with:
repository: PyFunceble/docker
Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
pacman -Syu --needed --noconfirm && \
pacman -S --needed --noconfirm git binutils pacman-contrib openssh rsync python python-setuptools jq

- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Publish 📦 to the AUR - if necessary
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
Expand Down Expand Up @@ -216,10 +216,10 @@ jobs:
OUR_DOCKER_EMAIL: ${{ secrets.OUR_DOCKER_EMAIL }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone docker 📦 repository
with:
repository: PyFunceble/docker
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
pacman -Syu --needed --noconfirm && \
pacman -S --needed --noconfirm git binutils pacman-contrib openssh rsync python python-setuptools jq

- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Clone repository

- name: Publish 📦 to the AUR - if necessary
Expand Down
Loading