diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 37a82fb0..21b84a3a 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -20,13 +20,13 @@ jobs: sudo apt-get update --assume-yes sudo apt-get install --assume-yes --no-install-recommends clang g++ git make libc++-dev libc++abi-dev pkg-config - name: Checkout InspIRCd@insp3 - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'inspircd/inspircd' ref: 'insp3' path: 'inspircd' - name: Checkout self - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'contrib' - name: (Pull Request) Set the build target to only the changed modules diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 41f56664..8fa0f255 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -19,13 +19,13 @@ jobs: brew update || true brew install pkg-config - name: Checkout InspIRCd@insp3 - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'inspircd/inspircd' ref: 'insp3' path: 'inspircd' - name: Checkout self - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'contrib' - name: (Pull Request) Set the build target to only the changed modules diff --git a/.github/workflows/regen-modules.yml b/.github/workflows/regen-modules.yml index f6465a62..e633cd4e 100644 --- a/.github/workflows/regen-modules.yml +++ b/.github/workflows/regen-modules.yml @@ -6,7 +6,7 @@ jobs: if: github.repository == 'inspircd/inspircd-contrib' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Regenerate the module list