diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8252d0633..9378d1946 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Test shell scripts if: matrix.otp == '25.3' diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index e471356fd..d46eeae65 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -24,7 +24,7 @@ jobs: packages: write steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: mv ejabberd-*.tar.gz tarballs - name: Checkout ejabberd-contrib - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: processone/ejabberd-contrib path: .ejabberd-modules/sources/ejabberd-contrib diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 38b211e28..cba7777b9 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Build binary archives diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index a27203ba3..4b62858f8 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -42,7 +42,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare libraries run: | @@ -132,7 +132,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get specific Erlang/OTP uses: erlef/setup-beam@v1