Skip to content

Commit 5f6185e

Browse files
ci: bump cross-platform-actions/action from 0.29.0 to 0.30.0 (#25666)
1 parent f6336fc commit 5f6185e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/freebsd_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
- name: Tests on FreeBSD with tcc
3232
id: tests-freebsd-tcc
33-
uses: cross-platform-actions/action@v0.29.0
33+
uses: cross-platform-actions/action@v0.30.0
3434
with:
3535
operating_system: freebsd
3636
version: '14.3'
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v5
5757
- name: Tests on FreeBSD with clang
5858
id: tests-freebsd-clang
59-
uses: cross-platform-actions/action@v0.29.0
59+
uses: cross-platform-actions/action@v0.30.0
6060
with:
6161
operating_system: freebsd
6262
version: '14.3'
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v5
8383
- name: Tests on FreeBSD with gcc
8484
id: tests-freebsd-gcc
85-
uses: cross-platform-actions/action@v0.29.0
85+
uses: cross-platform-actions/action@v0.30.0
8686
with:
8787
operating_system: freebsd
8888
version: '14.3'

.github/workflows/openbsd_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
- name: Tests on OpenBSD with tcc
3232
id: tests-openbsd-tcc
33-
uses: cross-platform-actions/action@v0.29.0
33+
uses: cross-platform-actions/action@v0.30.0
3434
with:
3535
operating_system: openbsd
3636
version: '7.7'
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v5
5757
- name: Tests on OpenBSD with clang
5858
id: tests-openbsd-clang
59-
uses: cross-platform-actions/action@v0.29.0
59+
uses: cross-platform-actions/action@v0.30.0
6060
with:
6161
operating_system: openbsd
6262
version: '7.7'
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v5
8383
- name: Tests on OpenBSD with gcc
8484
id: tests-openbsd-gcc
85-
uses: cross-platform-actions/action@v0.29.0
85+
uses: cross-platform-actions/action@v0.30.0
8686
with:
8787
operating_system: openbsd
8888
version: '7.7'

0 commit comments

Comments
 (0)