diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c6c610..1df5176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,20 +124,20 @@ jobs: fi git config --global pack.threads 0 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # For coverage builds fetch the whole history, else only 1 commit using a 'fake ternary' fetch-depth: ${{ matrix.coverage && '0' || '1' }} - name: Cache ccache - uses: actions/cache@v2 + uses: actions/cache@v3 if: env.B2_USE_CCACHE with: path: ~/.ccache key: ${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}} - name: Fetch Boost.CI - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: boostorg/boost-ci ref: master @@ -247,10 +247,10 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Fetch Boost.CI - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: boostorg/boost-ci ref: master @@ -301,7 +301,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup MSYS2 environment uses: msys2/setup-msys2@v2 @@ -312,7 +312,7 @@ jobs: pacboy: gcc:p cmake:p ninja:p - name: Fetch Boost.CI - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: boostorg/boost-ci ref: master @@ -361,9 +361,9 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Fetch Boost.CI - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: boostorg/boost-ci ref: master