Skip to content

Commit

Permalink
update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Il-Capitano committed Mar 15, 2024
1 parent efd2b20 commit ffbb75b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mingw-w64-ucrt-x86_64-dwarfstack
mingw-w64-ucrt-x86_64-python
mingw-w64-ucrt-x86_64-openssl
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git clone https://github.com/Il-Capitano/cppb.git
- name: Build cppb
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
mingw-w64-ucrt-x86_64-dwarfstack
mingw-w64-ucrt-x86_64-python
mingw-w64-ucrt-x86_64-openssl
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build cppb
run: |
git clone https://github.com/Il-Capitano/cppb.git
Expand All @@ -93,7 +93,7 @@ jobs:
linux-clang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install packages
run: |
printf "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-17 main" | sudo tee /etc/apt/sources.list.d/llvm-toolchain-focal-17.list
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
linux-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install packages
run: |
printf "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-17 main" | sudo tee /etc/apt/sources.list.d/llvm-toolchain-focal-17.list
Expand Down

0 comments on commit ffbb75b

Please sign in to comment.