Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/c-std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
show-progress: 'false'

Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
show-progress: 'false'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install packages (Windows)
if: runner.os == 'Windows'
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
run: cmake --build ../build --config ${{ matrix.build-config || 'Release' }} -t ${{ matrix.pkgtgt }}

- name: Upload build errors
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: failure()
with:
name: ${{ matrix.name }} (cmake)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install packages (Ubuntu)
if: runner.os == 'Linux' && matrix.packages
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
QEMU_RUN: ${{ matrix.qemu-run }}

- name: Upload build errors
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: failure()
with:
name: ${{ matrix.name }} (configure)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dry-run: false

- name: Upload Crash
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: failure()
with:
name: artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/msys-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: msys2 {0}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup MSYS2
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
name: Cygwin
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup cygwin
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: DragonflyBSD
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: DragonflyBSD
uses: vmactions/dragonflybsd-vm@v1
with:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: aarch64
- name: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: FreeBSD - ${{ matrix.name }}
uses: vmactions/freebsd-vm@v1
with:
Expand All @@ -56,7 +56,7 @@ jobs:
- name: aarch64
- name: x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: NetBSD - ${{ matrix.name }}
uses: vmactions/netbsd-vm@v1
with:
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
name: OmniOS
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: OmniOS
uses: vmactions/omnios-vm@v1
with:
Expand All @@ -101,7 +101,7 @@ jobs:
- name: x86_64
- name: riscv64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: OpenBSD - ${{ matrix.name }}
uses: vmactions/openbsd-vm@v1
with:
Expand All @@ -120,7 +120,7 @@ jobs:
# runs-on: ubuntu-latest
# name: OpenIndiana
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v6
# - name: OpenIndiana
# uses: vmactions/openindiana-vm@v0
# with:
Expand All @@ -137,7 +137,7 @@ jobs:
runs-on: ubuntu-latest
name: Solaris
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Solaris
uses: vmactions/solaris-vm@v1
with:
Expand Down