diff options
author | Sadie Powell <sadie@witchery.services> | 2023-10-11 15:35:24 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-10-11 15:51:52 +0100 |
commit | 8e1c7e1e442958b200360a53869f08e0344c8c99 (patch) | |
tree | 3abe5545c26bb351f981928c164a3d1de7e5566e /.github | |
parent | a3241065c55fd2a69e8793b89a5d0b1a957b3fd0 (diff) | |
parent | 6119586920efb0fbafbaef73c13fd7afb2aa60e7 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 2a38dc4f3..1794ededf 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -9,7 +9,7 @@ jobs: CXX: ${{ matrix.compiler }} CXXFLAGS: -Werror steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | sudo apt-get update --assume-yes |