Skip to content

Commit a08bd8b

Browse files
build(deps): bump cross-platform-actions/action from 0.32.0 to 1.0.0 (#26870)
Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.32.0 to 1.0.0. - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](cross-platform-actions/action@v0.32.0...v1.0.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f42f04 commit a08bd8b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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@v6
3131
- name: Tests on FreeBSD with tcc
3232
id: tests-freebsd-tcc
33-
uses: cross-platform-actions/action@v0.32.0
33+
uses: cross-platform-actions/action@v1.0.0
3434
with:
3535
operating_system: freebsd
3636
version: '15.0'
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v6
6565
- name: Tests on FreeBSD with clang
6666
id: tests-freebsd-clang
67-
uses: cross-platform-actions/action@v0.32.0
67+
uses: cross-platform-actions/action@v1.0.0
6868
with:
6969
operating_system: freebsd
7070
version: '15.0'
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@v6
9999
- name: Tests on FreeBSD with gcc
100100
id: tests-freebsd-gcc
101-
uses: cross-platform-actions/action@v0.32.0
101+
uses: cross-platform-actions/action@v1.0.0
102102
with:
103103
operating_system: freebsd
104104
version: '15.0'

.github/workflows/openbsd_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v6
3131
- name: Tests on OpenBSD with tcc
3232
id: tests-openbsd-tcc
33-
uses: cross-platform-actions/action@v0.32.0
33+
uses: cross-platform-actions/action@v1.0.0
3434
with:
3535
operating_system: openbsd
3636
version: '7.8'
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v6
6363
- name: Tests on OpenBSD with clang
6464
id: tests-openbsd-clang
65-
uses: cross-platform-actions/action@v0.32.0
65+
uses: cross-platform-actions/action@v1.0.0
6666
with:
6767
operating_system: openbsd
6868
version: '7.8'

.github/workflows/tools_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
steps:
148148
- uses: actions/checkout@v6
149149
- name: Tests tools on FreeBSD with ${{ matrix.cc }}
150-
uses: cross-platform-actions/action@v0.32.0
150+
uses: cross-platform-actions/action@v1.0.0
151151
with:
152152
operating_system: freebsd
153153
version: '15.0'
@@ -196,7 +196,7 @@ jobs:
196196
steps:
197197
- uses: actions/checkout@v6
198198
- name: Tests tools on OpenBSD with ${{ matrix.cc }}
199-
uses: cross-platform-actions/action@v0.32.0
199+
uses: cross-platform-actions/action@v1.0.0
200200
with:
201201
operating_system: openbsd
202202
version: '7.8'

0 commit comments

Comments
 (0)