Skip to content

Commit

Permalink
Update actions/checkout to @v4 for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
spaskalev authored Apr 1, 2024
1 parent 7f4c817 commit 6bd7435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-ubuntu:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup
run: sudo apt-get update && sudo apt-get -y -qq install clang-tidy cppcheck cflow spell gcc-powerpc64-linux-gnu gcc-powerpc-linux-gnu gcc-aarch64-linux-gnu gcc-i686-linux-gnu qemu-user-binfmt
- name: test-main
Expand All @@ -35,7 +35,7 @@ jobs:
matrix:
arch: [amd64, amd64_x86, amd64_arm, amd64_arm64]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 6bd7435

Please sign in to comment.