summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2026-05-08 15:32:55 +0300
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2026-05-08 15:33:09 +0300
commit8f94b39040e79eccd9312ed1e467fe8ebfab8860 (patch)
treeede4a1da670212fac519fcf2763932a3b7debf27 /.github
parent87ae7df687dc5b2066f8ee1bedd65b4bcef0a491 (diff)
github: Update CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-cpp.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index c900386..738e5db 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -4,7 +4,7 @@ on:
push:
branches: [ "master", "test" ]
pull_request:
- branches: [ "master", "test" ]
+ branches: [ "master" ]
jobs:
build:
@@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.config.os }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
- name: update apt
run: sudo apt update -y