Skip to content

Commit

Permalink
Github actions: Update checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Nov 14, 2023
1 parent 79c4338 commit 6dade99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
make \
pandoc \
zlib-devel
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/install-from-git
- uses: ./.github/actions/cmake
- uses: ./.github/actions/build
Expand All @@ -152,7 +152,7 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -yq clang-15
shell: bash
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/install-ubuntu
- uses: ./.github/actions/install-from-git
- uses: ./.github/actions/cmake
Expand All @@ -178,7 +178,7 @@ jobs:
BUILD_TYPE: ${{ matrix.build_type }}
steps:
- run: brew install boost
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/install-from-git
- uses: ./.github/actions/cmake
- uses: ./.github/actions/build
Expand All @@ -204,7 +204,7 @@ jobs:
lz4:x64-windows \
zlib:x64-windows
shell: bash
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/install-from-git
- uses: ./.github/actions/cmake-windows
- uses: ./.github/actions/build-windows
Expand Down

0 comments on commit 6dade99

Please sign in to comment.