Skip to content

Commit 5b31750

Browse files
authored
Merge pull request #12 from DrAugus/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents ec693f8 + 92ef300 commit 5b31750

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: ${{github.workspace}}
6060

6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363

6464
- name: Checkout submodules
6565
run: git submodule update --init --recursive

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
runs-on: ${{ matrix.os }}
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- name: install build tools (gcc)
4646
run: |
4747
sudo apt install g++-11 -y

0 commit comments

Comments
 (0)