From 34e417e63473b040bb619dce5b6c1ab01b603ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:31:36 +0000 Subject: [PATCH] build(deps): bump cross-platform-actions/action from 0.25.0 to 0.27.0 Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.25.0 to 0.27.0. - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](https://github.com/cross-platform-actions/action/compare/v0.25.0...v0.27.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/testing-on-freebsd.yml | 2 +- .github/workflows/testing-on-netbsd.yml | 2 +- .github/workflows/testing-on-openbsd.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing-on-freebsd.yml b/.github/workflows/testing-on-freebsd.yml index e16f1f9583..278ae4b222 100644 --- a/.github/workflows/testing-on-freebsd.yml +++ b/.github/workflows/testing-on-freebsd.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: cross-platform-actions/action@v0.26.0 + - uses: cross-platform-actions/action@v0.27.0 with: operating_system: freebsd version: ${{ matrix.freebsd-version }} diff --git a/.github/workflows/testing-on-netbsd.yml b/.github/workflows/testing-on-netbsd.yml index 5555eb7dcc..430e74c49c 100644 --- a/.github/workflows/testing-on-netbsd.yml +++ b/.github/workflows/testing-on-netbsd.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: cross-platform-actions/action@v0.25.0 + - uses: cross-platform-actions/action@v0.27.0 with: operating_system: netbsd version: ${{ matrix.netbsd-version }} diff --git a/.github/workflows/testing-on-openbsd.yml b/.github/workflows/testing-on-openbsd.yml index a3d936f3d0..8dc3e9da44 100644 --- a/.github/workflows/testing-on-openbsd.yml +++ b/.github/workflows/testing-on-openbsd.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: cross-platform-actions/action@v0.26.0 + - uses: cross-platform-actions/action@v0.27.0 with: operating_system: openbsd version: ${{ matrix.openbsd-version }}