diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-07-16 11:56:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 11:56:34 -0400 |
commit | b00f769d90a75b7fad991f4b6d26f648142c200d (patch) | |
tree | 1d1ac4127e5d2e97e1d47636bae4d7cedbee9d8f | |
parent | 75b7f70792a4e9652ec3691b4b8973cc826baf4c (diff) | |
parent | 93911eb3d691f5ba91b6b651560bf7c2b39ab19e (diff) | |
download | bfs-b00f769d90a75b7fad991f4b6d26f648142c200d.tar.xz |
Merge pull request #143 from tavianator/dependabot/github_actions/cross-platform-actions/action-0.25.0
build(deps): bump cross-platform-actions/action from 0.24.0 to 0.25.0
-rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8011224..4a8f7fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,10 +74,10 @@ jobs: - uses: actions/checkout@v4 - name: Run tests - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: operating_system: freebsd - version: "14.0" + version: "14.1" run: | sudo pkg install -y \ @@ -103,7 +103,7 @@ jobs: - uses: actions/checkout@v4 - name: Run tests - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: operating_system: openbsd version: "7.5" @@ -132,7 +132,7 @@ jobs: - uses: actions/checkout@v4 - name: Run tests - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: operating_system: netbsd version: "10.0" |