aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cibuild.yml14
-rw-r--r--.github/workflows/codeql.yml2
-rw-r--r--.github/workflows/coverity.yml2
-rw-r--r--.github/workflows/differential-shellcheck.yml2
4 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml
index 44985d9a1..38dfb266e 100644
--- a/.github/workflows/cibuild.yml
+++ b/.github/workflows/cibuild.yml
@@ -34,7 +34,7 @@ jobs:
env: ${{ matrix.env }}
steps:
- name: Repository checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Configure
@@ -64,7 +64,7 @@ jobs:
COVERAGE: yes
steps:
- name: Repository checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Configure & Make
@@ -89,7 +89,7 @@ jobs:
SANITIZE: no
steps:
- name: Repository checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Meson configure
@@ -110,7 +110,7 @@ jobs:
TRANSLATE_MANPAGES: yes
steps:
- name: Repository checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Configure
@@ -135,7 +135,7 @@ jobs:
image: ${{ matrix.image }}
steps:
- name: Repository checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v6
- name: Ubuntu setup
run: .github/workflows/cibuild-setup-ubuntu.sh
- name: Configure
@@ -162,7 +162,7 @@ jobs:
- arch: armv7
steps:
- name: Repository checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- uses: uraimo/run-on-arch-action@v3
with:
arch: ${{ matrix.arch }}
@@ -217,7 +217,7 @@ jobs:
COMPILER: none
steps:
- name: Repository checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: OpenWrt environment
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 223111611..93143ad67 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index c4593ad06..702697a32 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -18,7 +18,7 @@ jobs:
COVERITY_SCAN_TOKEN: "${{ secrets.COVERITY_SCAN_TOKEN }}"
steps:
- name: Repository checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Configure
diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml
index e524a1173..cd6b7ebb1 100644
--- a/.github/workflows/differential-shellcheck.yml
+++ b/.github/workflows/differential-shellcheck.yml
@@ -16,7 +16,7 @@ jobs:
steps:
- name: Repository checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0