diff --git a/.github/workflows/ci-alpine.yml b/.github/workflows/ci-alpine.yml index c2a679303..17114ac2f 100644 --- a/.github/workflows/ci-alpine.yml +++ b/.github/workflows/ci-alpine.yml @@ -13,7 +13,7 @@ jobs: CXX: ${{ matrix.compiler }} CXXFLAGS: -Werror steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 9c281dbc2..615646165 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -10,7 +10,7 @@ jobs: CXX: ${{ matrix.compiler }} CXXFLAGS: -Werror steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 3f27a7b48..12b734bdc 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -16,7 +16,7 @@ jobs: CONAN_USER_HOME: ${{ github.workspace }}/win/build CONAN_USER_HOME_SHORT: None steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup NSIS run: |-