diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c7828fea..8cab0feb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Test shell scripts if: matrix.otp == '27' diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 567a2c845..0bb169ccc 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -22,12 +22,12 @@ jobs: packages: write steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Checkout ejabberd-contrib - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: processone/ejabberd-contrib path: .ejabberd-modules/sources/ejabberd-contrib diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 9c4da3058..37c8983b4 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -41,7 +41,7 @@ jobs: gem install --no-document --user-install fpm echo $HOME/.local/share/gem/ruby/*/bin >> $GITHUB_PATH - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Build binary archives diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 90eee1fc2..cd599fe83 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -46,7 +46,7 @@ jobs: steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Get old compatible Rebar binaries if: matrix.otp < 24 @@ -186,7 +186,7 @@ jobs: steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Prepare libraries run: | @@ -309,7 +309,7 @@ jobs: steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Prepare libraries run: |