diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b294802a..ad89b66c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -24,7 +24,7 @@ jobs: link: ["STATIC", "SHARED"] steps: - name: Checkout Drogon source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 @@ -69,7 +69,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout Drogon source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 @@ -126,7 +126,7 @@ jobs: link: STATIC steps: - name: Checkout Drogon source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1ef15d39..2f899fc4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout Drogon source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 8e44db2b..af682b42 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -12,7 +12,7 @@ jobs: format: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dos2unix run: sudo apt-get install -y dos2unix