Skip to content

Commit

Permalink
Upgrade checkout action in remaining CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 8, 2024
1 parent b4bb204 commit c812b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
configureflags: --enable-null-as-functions
container: ghcr.io/lballabio/quantlib-devenv:${{ matrix.tag }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Compiler version
run: |
${{ matrix.cc }} --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
configureflags: --enable-openmp
container: ghcr.io/lballabio/quantlib-devenv:${{ matrix.tag }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Compiler version
run: |
${{ matrix.cc }} --version
Expand Down

0 comments on commit c812b75

Please sign in to comment.