Skip to content

Commit

Permalink
Update actions checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Aug 25, 2024
1 parent f334c64 commit e2b7159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 51 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
CXX: g++-${{ matrix.version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install libcurl4-openssl-dev
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
CXX: clang++-${{ matrix.version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install libcurl4-openssl-dev
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/codeql.yml

This file was deleted.

0 comments on commit e2b7159

Please sign in to comment.