diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 905e026f..53d677ef 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 780b40cc..7f69c123 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 8f1767d7..67ba2ebd 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 @@ -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