From fdc68b8aef8df5e5d5a9115dea44b14ff9c437ee Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Fri, 22 Nov 2024 16:17:35 -0800 Subject: [PATCH] update deps --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a2d568a7..8ae2b88f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,10 +273,10 @@ jobs: aws-region: ${{ env.AWS_DEFAULT_REGION }} - uses: actions/checkout@v4 - name: Build ${{ env.PACKAGE_NAME }} + consumers - uses: cross-platform-actions/action@v0.20.0 + uses: cross-platform-actions/action@v0.25.0 with: operating_system: openbsd - version: '7.2' + version: '7.6' shell: bash run: | sudo pkg_add py3-urllib3 @@ -295,10 +295,10 @@ jobs: with: submodules: true - name: Build ${{ env.PACKAGE_NAME }} + consumers - uses: cross-platform-actions/action@v0.20.0 + uses: cross-platform-actions/action@v0.25.0 with: operating_system: freebsd - version: '13.2' + version: '14.1' run: | sudo pkg install -y python3 devel/py-pip net/py-urllib3 cmake python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')"